Corrected typo correction... thanks Starseed. /me needs glasses.

This commit is contained in:
Humdinger
2012-05-18 19:39:49 +02:00
parent 268816a3ce
commit a7bee8e40c
+1 -1
View File
@@ -1324,7 +1324,7 @@ MainWin::_PlaylistItemOpened(const PlaylistItemRef& item, status_t result)
if (allItemsFailed) {
// Display error if all files failed to play.
BString message(B_TRANSLATE(
"The file' %filename' could not be opened.\n\n"));;
"The file '%filename' could not be opened.\n\n"));;
message.ReplaceAll("%filename", item->Name());
if (result == B_MEDIA_NO_HANDLER) {