Procházet zdrojové kódy

Grammar in the control labels

Source commit: 4ccbaf1ea9e0c18565f8395b2078b42567b34b55
Martin Prikryl před 5 roky
rodič
revize
6b1d853bcf
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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