diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-09-16 17:43:17 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-09-16 17:43:17 +0000 |
commit | df52e0d151dcba186bade0e693be871406a85990 (patch) | |
tree | 2dc3540effafd212e22406d13d33f3062f05604a /plugins/FileAsMessage/src/dialog.cpp | |
parent | 9cca71c33c58854ce6d12577106bbd4613267af9 (diff) |
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage/src/dialog.cpp')
-rw-r--r-- | plugins/FileAsMessage/src/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|