Skip to content

Commit

Permalink
MythMusic: Remove an incorrect apostrophe added in fe97815
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Jul 14, 2013
1 parent 8f08899 commit bace8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythplugins/mythmusic/mythmusic/main.cpp
Expand Up @@ -196,9 +196,9 @@ static void startRipper(void)
delete rip;

#else
ShowOkPopup(qApp->translate("(MythMusicMain)",
ShowOkPopup(qApp->translate("(MythMusicMain)",
"MythMusic hasn't been built with libcdio "
"support so ripping CD's is not possible"));
"support so ripping CDs is not possible"));
#endif
}

Expand Down

0 comments on commit bace8eb

Please sign in to comment.