Corrected typo. Fixes #8557.

This commit is contained in:
Humdinger
2012-05-18 18:20:49 +02:00
parent 761dac127b
commit 268816a3ce
+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) {