[orca] Change tab label "Key Echo" to "Echo"
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Change tab label "Key Echo" to "Echo"
- Date: Thu, 12 Nov 2020 13:14:12 +0000 (UTC)
commit 64419d55f078e5cb196a0f6fcd51776697419b80
Author: scootergrisen <scootergrisen gmail com>
Date: Thu Nov 12 13:14:11 2020 +0000
Change tab label "Key Echo" to "Echo"
help/C/preferences_braille.page | 4 ++--
help/C/preferences_introduction.page | 6 +++---
help/C/preferences_key_echo.page | 6 +++---
help/C/preferences_speech.page | 4 ++--
src/orca/messages.py | 12 ++++++------
src/orca/orca-setup.ui | 2 +-
6 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/help/C/preferences_braille.page b/help/C/preferences_braille.page
index 9839674eb..be031fd76 100644
--- a/help/C/preferences_braille.page
+++ b/help/C/preferences_braille.page
@@ -147,8 +147,8 @@
<p>
If <gui>Messages are detailed</gui> is checked, <app>Orca</app> will
present detailed messages to you in braille. For instance, if you
- use <app>Orca</app>'s command to change key echo, <app>Orca</app> might
- display "Key echo set to word." If you would prefer shorter messages,
+ use <app>Orca</app>'s command to change echo, <app>Orca</app> might
+ display "Echo set to word." If you would prefer shorter messages,
such as simply "word," you should uncheck this checkbox.
</p>
<p>
diff --git a/help/C/preferences_introduction.page b/help/C/preferences_introduction.page
index 9bb960493..4530a18a1 100644
--- a/help/C/preferences_introduction.page
+++ b/help/C/preferences_introduction.page
@@ -18,12 +18,12 @@
<p>
Orca preferences allow you to customize functionality in <app>Orca</app>
which applies to all applications. An example of an Orca preference is
- key echo because key echo is something that applies to all applications.
+ echo because echo is something that applies to all applications.
</p>
<p>
Note that Orca preferences can be customized on an application-by-application
- basis. For instance you can set the default key echo to words and then
- set the key echo for Pidgin to be none. Having done so, <app>Orca</app>
+ basis. For instance you can set the default echo to words and then
+ set the echo for Pidgin to be none. Having done so, <app>Orca</app>
would always echo each word that you typed, unless you were in Pidgin.
</p>
<note style="tip">
diff --git a/help/C/preferences_key_echo.page b/help/C/preferences_key_echo.page
index f599e7c69..a94df1fe5 100644
--- a/help/C/preferences_key_echo.page
+++ b/help/C/preferences_key_echo.page
@@ -1,7 +1,7 @@
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="preferences_key_echo">
<info>
- <title type="link">Key Echo</title>
- <title type="sort">4. Key Echo</title>
+ <title type="link">Echo</title>
+ <title type="sort">4. Echo</title>
<desc>
Configuring what is spoken as you type
</desc>
@@ -15,7 +15,7 @@
<p>Creative Commons Share Alike 3.0</p>
</license>
</info>
- <title>Key Echo Preferences</title>
+ <title>Echo Preferences</title>
<section id="keyecho">
<title>Enable key echo</title>
<p>
diff --git a/help/C/preferences_speech.page b/help/C/preferences_speech.page
index 3a92544a9..2cb3faa5c 100644
--- a/help/C/preferences_speech.page
+++ b/help/C/preferences_speech.page
@@ -201,8 +201,8 @@
<p>
If <gui>System messages are detailed</gui> is checked, <app>Orca</app> will
present detailed messages to you in speech. For instance, if you use
- <app>Orca</app>'s command to change key echo, <app>Orca</app> might
- speak "Key echo set to word." If you would prefer shorter messages,
+ <app>Orca</app>'s command to change echo, <app>Orca</app> might
+ speak "Echo set to word." If you would prefer shorter messages,
such as simply "word," you should uncheck this checkbox.
</p>
<p>
diff --git a/src/orca/messages.py b/src/orca/messages.py
index 5186e76f5..069190f87 100644
--- a/src/orca/messages.py
+++ b/src/orca/messages.py
@@ -688,7 +688,7 @@ KEY_ECHO_KEY_BRIEF = C_("key echo", "key")
# is pressed.
# A user can choose to have no echo, one type of echo, or multiple types of
# echo and can cycle through the various levels quickly via a command.
-KEY_ECHO_KEY_FULL = _("Key echo set to key.")
+KEY_ECHO_KEY_FULL = _("Echo set to key.")
# Translators: Orca has an "echo" setting which allows the user to configure
# what is spoken in response to a key press. Given a user who typed "Hello
@@ -714,7 +714,7 @@ KEY_ECHO_NONE_BRIEF = C_("key echo", "None")
# is pressed.
# A user can choose to have no echo, one type of echo, or multiple types of
# echo and can cycle through the various levels quickly via a command.
-KEY_ECHO_NONE_FULL = _("Key echo set to None.")
+KEY_ECHO_NONE_FULL = _("Echo set to None.")
# Translators: Orca has an "echo" setting which allows the user to configure
# what is spoken in response to a key press. Given a user who typed "Hello
@@ -740,7 +740,7 @@ KEY_ECHO_KEY_AND_WORD_BRIEF = C_("key echo", "key and word")
# is pressed.
# A user can choose to have no echo, one type of echo, or multiple types of
# echo and can cycle through the various levels quickly via a command.
-KEY_ECHO_KEY_AND_WORD_FULL = _("Key echo set to key and word.")
+KEY_ECHO_KEY_AND_WORD_FULL = _("Echo set to key and word.")
# Translators: Orca has an "echo" setting which allows the user to configure
# what is spoken in response to a key press. Given a user who typed "Hello
@@ -766,7 +766,7 @@ KEY_ECHO_SENTENCE_BRIEF = C_("key echo", "sentence")
# is pressed.
# A user can choose to have no echo, one type of echo, or multiple types of
# echo and can cycle through the various levels quickly via a command.
-KEY_ECHO_SENTENCE_FULL = _("Key echo set to sentence.")
+KEY_ECHO_SENTENCE_FULL = _("Echo set to sentence.")
# Translators: Orca has an "echo" setting which allows the user to configure
# what is spoken in response to a key press. Given a user who typed "Hello
@@ -792,7 +792,7 @@ KEY_ECHO_WORD_BRIEF = C_("key echo", "word")
# is pressed.
# A user can choose to have no echo, one type of echo, or multiple types of
# echo and can cycle through the various levels quickly via a command.
-KEY_ECHO_WORD_FULL = _("Key echo set to word.")
+KEY_ECHO_WORD_FULL = _("Echo set to word.")
# Translators: Orca has an "echo" setting which allows the user to configure
# what is spoken in response to a key press. Given a user who typed "Hello
@@ -818,7 +818,7 @@ KEY_ECHO_WORD_AND_SENTENCE_BRIEF = C_("key echo", "word and sentence")
# is pressed.
# A user can choose to have no echo, one type of echo, or multiple types of
# echo and can cycle through the various levels quickly via a command.
-KEY_ECHO_WORD_AND_SENTENCE_FULL = _("Key echo set to word and sentence.")
+KEY_ECHO_WORD_AND_SENTENCE_FULL = _("Echo set to word and sentence.")
# Translators: This phrase is spoken to inform the user of all of the MathML
# enclosure notations associated with a given mathematical expression. For
diff --git a/src/orca/orca-setup.ui b/src/orca/orca-setup.ui
index 2b63fdec2..3247f05d6 100644
--- a/src/orca/orca-setup.ui
+++ b/src/orca/orca-setup.ui
@@ -2858,7 +2858,7 @@
<object class="GtkLabel" id="keyEchoTabLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Key Echo</property>
+ <property name="label" translatable="yes">Echo</property>
</object>
<packing>
<property name="position">4</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]