Browse Source

Fix comments

Lipu Fei 6 years ago
parent
commit
c4d2cb26a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml

+ 1 - 1
resources/qml/WelcomePages/AddNetworkPrinterScrollView.qml

@@ -73,7 +73,7 @@ Item
 
                 Component.onCompleted:
                 {
-                    // select the first one that's not "unknown" by default.
+                    // Select the first one that's not "unknown" by default.
                     for (var i = 0; i < count; i++)
                     {
                         if (!model[i].is_unknown_machine_type)