orca r4383 - in trunk: . src/orca



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

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


Modified:
   trunk/ChangeLog
   trunk/src/orca/settings.py

Modified: trunk/src/orca/settings.py
==============================================================================
--- trunk/src/orca/settings.py	(original)
+++ trunk/src/orca/settings.py	Sat Dec  6 21:29:39 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]