Ticket #2632: gamesettings.cpp

File gamesettings.cpp, 820 bytes (added by anonymous, 17 years ago)

suggested fix

Line 
1Index: gamesettings.cpp
2===================================================================
3--- gamesettings.cpp    (revision 11626)
4+++ gamesettings.cpp    (working copy)
5@@ -135,7 +135,7 @@
6     Command(const MythGamePlayerSettings& parent):
7         MGSetting(parent, "commandline") {
8         setLabel(QObject::tr("Command"));
9-        setHelpText(QObject::tr("Binary and optional parameters. Multiple commands seperated with \; . Use \%s for the rom name. \%d1, \%d2, \%d3 and \%d4 represent disks in a multidisk/game. %s auto appended if not specified"));
10+        setHelpText(QObject::tr("Binary and optional parameters. Multiple commands seperated with \';\' . Use \%s for the rom name. \%d1, \%d2, \%d3 and \%d4 represent disks in a multidisk/game. %s auto appended if not specified"));
11     };
12 };