Corrected typo correction... thanks Starseed. /me needs glasses.
This commit is contained in:
@@ -1324,7 +1324,7 @@ MainWin::_PlaylistItemOpened(const PlaylistItemRef& item, status_t result)
|
|||||||
if (allItemsFailed) {
|
if (allItemsFailed) {
|
||||||
// Display error if all files failed to play.
|
// Display error if all files failed to play.
|
||||||
BString message(B_TRANSLATE(
|
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());
|
message.ReplaceAll("%filename", item->Name());
|
||||||
|
|
||||||
if (result == B_MEDIA_NO_HANDLER) {
|
if (result == B_MEDIA_NO_HANDLER) {
|
||||||
|
|||||||
Reference in New Issue
Block a user