[orca] Remove the test/dummy string related to the i18n problem.



commit b5ce5890b8a0ca89b3cdb7b03ee15e54b620c66a
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sun May 20 16:59:41 2012 -0400

    Remove the test/dummy string related to the i18n problem.
    
    See:
    * https://bugs.launchpad.net/intltool/+bug/547073
    * https://bugs.launchpad.net/intltool/+bug/377872

 src/orca/orca.in |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/orca/orca.in b/src/orca/orca.in
index bed6620..08853b5 100644
--- a/src/orca/orca.in
+++ b/src/orca/orca.in
@@ -62,15 +62,6 @@ def main():
     sys.path.insert(1, pyexecdir)
 
     from orca import orca
-    from orca.orca_i18n import _
-
-    # Translators: This is a test string which you should not actually
-    # translate. It is here so we can sort out whatever silly mistake
-    # I am making which is preventing this translator note from showing
-    # up in the .pot file. Sorry and thanks for your help!
-    # https://mail.gnome.org/archives/gnome-i18n/2012-May/msg00085.html
-    string = _("Why won't the translator note appear like it normally does?")
-
     return orca.main()
 
 if __name__ == "__main__":



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