From 268816a3cecb914207390291e18720cf757f7368 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 18 May 2012 18:20:49 +0200 Subject: [PATCH] Corrected typo. Fixes #8557. --- src/apps/mediaplayer/MainWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mediaplayer/MainWin.cpp b/src/apps/mediaplayer/MainWin.cpp index fb05b84fdb..763b2dc959 100644 --- a/src/apps/mediaplayer/MainWin.cpp +++ b/src/apps/mediaplayer/MainWin.cpp @@ -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) {