Browse Source

Grammar in the control labels

(cherry picked from commit 6b1d853bcf5c0d87be943dcb2e8153e45c9ba0cd)

Source commit: 031ebdd2261d582c34639de636a3b5131622a34a
Martin Prikryl 5 years ago
parent
commit
babcc792aa
1 changed files with 2 additions and 2 deletions
  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