[mythtv] [patch] mythgame spelling fix

Erik Hovland erik at hovland.org
Wed Jun 30 14:51:29 EDT 2004


Here is a one liner to fix a spelling error in the MAME settings dialog.
Not important, just annoying.

E

-- 
Erik Hovland
mail: erik AT hovland DOT org
web: http://hovland.org/
PGP/GPG public key available on request
-------------- next part --------------
Index: mythgame/mamesettingsdlg.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythgame/mythgame/mamesettingsdlg.cpp,v
retrieving revision 1.12
diff -u -r1.12 mamesettingsdlg.cpp
--- mythgame/mamesettingsdlg.cpp	13 Mar 2004 08:28:17 -0000	1.12
+++ mythgame/mamesettingsdlg.cpp	30 Jun 2004 18:49:42 -0000
@@ -167,7 +167,7 @@
         MameSetting("translucency", rom) {
         setLabel(QObject::tr("Translucency"));
         setValue(false);
-        setHelpText(QObject::tr("Enable tranlucency"));
+        setHelpText(QObject::tr("Enable translucency"));
     };
 };
 


More information about the mythtv-dev mailing list