[orca: 1/2] Change "Where am I" to "Where Am I"



commit 922e5a3ea38c4afbbdddaf037d23188f442a2ce1
Author: scootergrisen <scootergrisen gmail com>
Date:   Thu Jun 11 17:35:21 2020 +0000

    Change "Where am I" to "Where Am I"

 help/C/commands_where_am_i.page | 4 ++--
 src/orca/cmdnames.py            | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/help/C/commands_where_am_i.page b/help/C/commands_where_am_i.page
index 1d756b6f8..9aef9e542 100644
--- a/help/C/commands_where_am_i.page
+++ b/help/C/commands_where_am_i.page
@@ -28,7 +28,7 @@
   <p><app>Orca</app> provides the following Where Am I commands:</p>
   <list>
     <item>
-      <p>Perform basic where am I:</p>
+      <p>Perform basic Where Am I:</p>
       <list>
         <item>
           <p>Desktop: <key>KP Enter</key></p>
@@ -39,7 +39,7 @@
       </list>
     </item>
     <item>
-      <p>Perform detailed where am I:</p>
+      <p>Perform detailed Where Am I:</p>
       <list>
         <item>
           <p>Desktop: <key>KP Enter</key> (double-clicked)</p>
diff --git a/src/orca/cmdnames.py b/src/orca/cmdnames.py
index 84c947bf1..748d0a6da 100644
--- a/src/orca/cmdnames.py
+++ b/src/orca/cmdnames.py
@@ -66,17 +66,17 @@ SAY_ALL = _("Speaks entire document.")
 # which causes Orca to speak the entire contents of the window using flat review.
 SAY_ALL_FLAT_REVIEW = _("Speaks entire window using flat review.")
 
-# Translators: the "Where am I" feature of Orca allows a user to press a key and
+# Translators: the "Where Am I" feature of Orca allows a user to press a key and
 # then have information about their current context spoken and brailled to them.
 # For example, the information may include the name of the current pushbutton
 # with focus as well as its mnemonic.
-WHERE_AM_I_BASIC = _("Performs the basic where am I operation.")
+WHERE_AM_I_BASIC = _("Performs the basic Where Am I operation.")
 
-# Translators: the "Where am I" feature of Orca allows a user to press a key and
+# Translators: the "Where Am I" feature of Orca allows a user to press a key and
 # then have information about their current context spoken and brailled to them.
 # For example, the information may include the name of the current pushbutton
 # with focus as well as its mnemonic.
-WHERE_AM_I_DETAILED = _("Performs the detailed where am I operation.")
+WHERE_AM_I_DETAILED = _("Performs the detailed Where Am I operation.")
 
 # Translators: This is the description of a dedicated command to speak the
 # current selection / highlighted object(s). For instance, in a text object,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]