Skip to content

Commit

Permalink
Additional case and spacing fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Mar 3, 2012
1 parent 47c7c48 commit e0e321f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythplugins/mythgame/mythgame/gamesettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static HostCheckBox *GameDeepScan()
static HostCheckBox *GameRemovalPrompt()
{
HostCheckBox *gc = new HostCheckBox("GameRemovalPrompt");
gc->setLabel(QObject::tr("Prompt for removal of deleted rom(s)"));
gc->setLabel(QObject::tr("Prompt for removal of deleted ROM(s)"));
gc->setHelpText(QObject::tr("This enables a prompt for removing"
" deleted ROMs from the database during a "
" game scan"));
Expand All @@ -67,7 +67,7 @@ static HostCheckBox *GameShowFileNames()
{
HostCheckBox *gc = new HostCheckBox("GameShowFileNames");
gc->setLabel(QObject::tr("Display Files Names in Game Tree"));
gc->setHelpText(QObject::tr("Enabling this causes the filenames to be displayed in the game tree rather than the trimmed/looked up gamename"));
gc->setHelpText(QObject::tr("Enabling this causes the filenames to be displayed in the game tree rather than the trimmed/looked up game name"));
return gc;
}

Expand Down

0 comments on commit e0e321f

Please sign in to comment.