Selaa lähdekoodia

Grammar in the control labels

Source commit: 4ccbaf1ea9e0c18565f8395b2078b42567b34b55
Martin Prikryl 5 vuotta sitten
vanhempi
sitoutus
6b1d853bcf
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      source/forms/Preferences.dfm

+ 2 - 2
source/forms/Preferences.dfm

@@ -2793,7 +2793,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 361
             Height = 17
             Anchors = [akLeft, akTop, akRight]
-            Caption = 'Retrieve external IP address from &operating system'
+            Caption = 'Retrieve the external IP address from &operating system'
             TabOrder = 0
             OnClick = ControlChange
           end
@@ -2803,7 +2803,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 361
             Height = 17
             Anchors = [akLeft, akTop, akRight]
-            Caption = 'Use &following external IP address:'
+            Caption = 'Use the &following external IP address:'
             TabOrder = 1
             OnClick = ControlChange
           end