[orca] Fix for bgo#591382 - Need to add "word_char" to text_attribute_names.py for localization



commit bad99ebb3ca73fc5813ced7dfb60eed840282463
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Aug 10 18:19:06 2009 -0400

    Fix for bgo#591382 - Need to add "word_char" to text_attribute_names.py for localization

 src/orca/text_attribute_names.py |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/text_attribute_names.py b/src/orca/text_attribute_names.py
index 5e7e928..26398f8 100644
--- a/src/orca/text_attribute_names.py
+++ b/src/orca/text_attribute_names.py
@@ -433,6 +433,16 @@ _textAttributeTable["char"] = C_("textattr", "char")
 _textAttributeTable["word"] = C_("textattr", "word")
 
 # Translators: this is one of the text attribute values for the following
+# text attributes: "wrap mode." It corresponds to GTK_WRAP_WORD_CHAR,
+# defined in the Gtk documentation as "Wrap text, breaking lines in
+# between words, or if that is not enough, also between graphemes."
+# See:
+# http://library.gnome.org/devel/atk/1.27/AtkText.html#AtkTextAttribute
+# http://library.gnome.org/devel/gtk/stable/GtkTextTag.html#GtkWrapMode
+#
+_textAttributeTable["word_char"] = C_("textattr", "word char")
+
+# Translators: this is one of the text attribute values for the following
 # text attributes: "direction".
 # See:
 # http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute



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