From df52e0d151dcba186bade0e693be871406a85990 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 16 Sep 2013 17:43:17 +0000 Subject: translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FileAsMessage/src/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/FileAsMessage/src') diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index b5404945d3..282e491235 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -788,7 +788,7 @@ void FILEECHO::perform(char *str) int msgId = getMsgId(str); if(msgId == -1) { - MakePopupMsg(hDlg, hContact, Translate("Unknown command for \"" SERVICE_TITLE "\" was received")); + MakePopupMsg(hDlg, hContact, Translate("Unknown command for \"File As Message\" was received")); return; } if(inSend) -- cgit v1.2.3