[orca: 1/2] Remove "." at the end of all date/time drop down list values.
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca: 1/2] Remove "." at the end of all date/time drop down list values.
- Date: Tue, 30 Jun 2020 13:19:23 +0000 (UTC)
commit 7f14b10488190eec6f25d67c86cd0e3cdc4e6a42
Author: scootergrisen <scootergrisen gmail com>
Date: Tue Jun 30 13:15:31 2020 +0000
Remove "." at the end of all date/time drop down list values.
src/orca/messages.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/orca/messages.py b/src/orca/messages.py
index ff4338f53..5186e76f5 100644
--- a/src/orca/messages.py
+++ b/src/orca/messages.py
@@ -409,12 +409,12 @@ DATE_FORMAT_FULL_DM = "%A, %-d %B"
DATE_FORMAT_FULL_MD = "%A, %B %-d"
DATE_FORMAT_FULL_DMY = "%A, %-d %B, %Y"
DATE_FORMAT_FULL_MDY = "%A, %B %-d, %Y"
-DATE_FORMAT_FULL_YMD = "%Y. %B %-d, %A."
+DATE_FORMAT_FULL_YMD = "%Y. %B %-d, %A"
DATE_FORMAT_ABBREVIATED_DM = "%a, %-d %b"
DATE_FORMAT_ABBREVIATED_MD = "%a, %b %-d"
DATE_FORMAT_ABBREVIATED_DMY = "%a, %-d %b, %Y"
DATE_FORMAT_ABBREVIATED_MDY = "%a, %b %-d, %Y"
-DATE_FORMAT_ABBREVIATED_YMD = "%Y. %b %-d, %a."
+DATE_FORMAT_ABBREVIATED_YMD = "%Y. %b %-d, %a"
# Translators: This phrase is spoken to inform the user that what is about to
# be said is content marked for deletion in a document, such as content which
@@ -2405,12 +2405,12 @@ TIME_FORMAT_12_HMS = "%I:%M:%S %p"
# Translators: Orca has a feature to speak the time when the user presses a
# shortcut key. This is one of the alternative formats that the user may wish
# it to be presented with.
-TIME_FORMAT_24_HMS_WITH_WORDS = _("%H hours, %M minutes and %S seconds.")
+TIME_FORMAT_24_HMS_WITH_WORDS = _("%H hours, %M minutes and %S seconds")
# Translators: Orca has a feature to speak the time when the user presses a
# shortcut key. This is one of the alternative formats that the user may wish
# it to be presented with.
-TIME_FORMAT_24_HM_WITH_WORDS = _("%H hours and %M minutes.")
+TIME_FORMAT_24_HM_WITH_WORDS = _("%H hours and %M minutes")
# Translators: this is information about a unicode character reported to the
# user. The value is the unicode number value of this character in hex.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]