orca r4384 - in branches/gnome-2-24: . src/orca



Author: joanied
Date: Sat Dec  6 21:33:48 2008
New Revision: 4384
URL: http://svn.gnome.org/viewvc/orca?rev=4384&view=rev

Log:
* src/orca/settings.py:
  Fix for bug #563502 - Need to map "Shiretoko" to the Mozilla
  script.



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/orca/settings.py

Modified: branches/gnome-2-24/src/orca/settings.py
==============================================================================
--- branches/gnome-2-24/src/orca/settings.py	(original)
+++ branches/gnome-2-24/src/orca/settings.py	Sat Dec  6 21:33:48 2008
@@ -1000,6 +1000,15 @@
 #
 setScriptMapping(re.compile(_('Minefield')), "Mozilla")
 
+# Translators: see the regular expression note above.  This is for a
+# version of Mozilla Firefox, which chooses to create strange names
+# for itself at the drop of a hat. [[[TODO - JD: Not marked for
+# translation due to string freeze. I'm not convinced it needs to
+# be translated either.]]]
+#
+#setScriptMapping(re.compile(_('Shiretoko')), "Mozilla")
+setScriptMapping(re.compile('Shiretoko'), "Mozilla")
+
 # This is a temporary fix for the schema/FF 3.0 not being accessible
 # issue. (See GNOME bugs #535827 and #555466.)
 #



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