[orca: 1/2] Upper case starting character for drop down list values Icon None Spell
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca: 1/2] Upper case starting character for drop down list values Icon None Spell
- Date: Thu, 11 Jun 2020 21:54:07 +0000 (UTC)
commit af9d4b5ad18a41a030d7a7e0b4e857dcd3e2acf1
Author: scootergrisen <scootergrisen gmail com>
Date: Thu Jun 11 21:53:56 2020 +0000
Upper case starting character for drop down list values Icon None Spell
help/C/preferences_voice.page | 6 +++---
src/orca/guilabels.py | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/help/C/preferences_voice.page b/help/C/preferences_voice.page
index 066369814..85dd01b55 100644
--- a/help/C/preferences_voice.page
+++ b/help/C/preferences_voice.page
@@ -68,9 +68,9 @@
terminology, are:
</p>
<list>
- <item><p><gui>icon</gui>: Plays a tone</p></item>
- <item><p><gui>spell</gui>: Speaks the word "capital"</p></item>
- <item><p><gui>none</gui></p></item>
+ <item><p><gui>Icon</gui>: Plays a tone</p></item>
+ <item><p><gui>Spell</gui>: Speaks the word "capital"</p></item>
+ <item><p><gui>None</gui></p></item>
</list>
<note style="tip">
<title>This setting can be toggled on the fly</title>
diff --git a/src/orca/guilabels.py b/src/orca/guilabels.py
index a3a681f8f..6c1dcdd08 100644
--- a/src/orca/guilabels.py
+++ b/src/orca/guilabels.py
@@ -108,7 +108,7 @@ BTN_OK = _("_OK")
# presenting a capital letter (which Speech Dispatcher refers to as 'spell'),
# or play a tone (which Speech Dispatcher refers to as a sound 'icon'.) This
# string to be translated appears as a combo box item in Orca's Preferences.
-CAPITALIZATION_STYLE_ICON = C_("capitalization style", "icon")
+CAPITALIZATION_STYLE_ICON = C_("capitalization style", "Icon")
# Translators: Orca uses Speech Dispatcher to present content to users via
# text-to-speech. Speech Dispatcher has a feature to control how capital
@@ -116,7 +116,7 @@ CAPITALIZATION_STYLE_ICON = C_("capitalization style", "icon")
# presenting a capital letter (which Speech Dispatcher refers to as 'spell'),
# or play a tone (which Speech Dispatcher refers to as a sound 'icon'.) This
# string to be translated appears as a combo box item in Orca's Preferences.
-CAPITALIZATION_STYLE_NONE = C_("capitalization style", "none")
+CAPITALIZATION_STYLE_NONE = C_("capitalization style", "None")
# Translators: Orca uses Speech Dispatcher to present content to users via
# text-to-speech. Speech Dispatcher has a feature to control how capital
@@ -124,7 +124,7 @@ CAPITALIZATION_STYLE_NONE = C_("capitalization style", "none")
# presenting a capital letter (which Speech Dispatcher refers to as 'spell'),
# or play a tone (which Speech Dispatcher refers to as a sound 'icon'.) This
# string to be translated appears as a combo box item in Orca's Preferences.
-CAPITALIZATION_STYLE_SPELL = C_("capitalization style", "spell")
+CAPITALIZATION_STYLE_SPELL = C_("capitalization style", "Spell")
# Translators: If this checkbox is checked, then Orca will tell you when one of
# your buddies is typing a message.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]