diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-18 06:13:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-18 06:13:36 +0000 |
commit | 6966441f0d61153d0c6aa481a0bdaa059fe52405 (patch) | |
tree | 7500515082c7879418d6e289c59840c2fed67cdc /plugins/NewEventNotify/src/neweventnotify.h | |
parent | 90548e4883917a6433fe306f84ec4227e02a2672 (diff) |
Translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8991 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/src/neweventnotify.h')
-rw-r--r-- | plugins/NewEventNotify/src/neweventnotify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewEventNotify/src/neweventnotify.h b/plugins/NewEventNotify/src/neweventnotify.h index 31e6295c3d..d19845afdb 100644 --- a/plugins/NewEventNotify/src/neweventnotify.h +++ b/plugins/NewEventNotify/src/neweventnotify.h @@ -130,8 +130,8 @@ #define POPUP_COMMENT_CONTACTS LPGEN("Contacts")
#define POPUP_COMMENT_ADDED LPGEN("You were added!")
#define POPUP_COMMENT_AUTH LPGEN("Requests your authorization")
-#define POPUP_COMMENT_WEBPAGER LPGEN("ICQ Web pager")
-#define POPUP_COMMENT_EMAILEXP LPGEN("ICQ Email express")
+#define POPUP_COMMENT_WEBPAGER "ICQ Web pager"
+#define POPUP_COMMENT_EMAILEXP "ICQ Email express"
#define ICQEVENTTYPE_SMSCONFIRMATION 3001
#define POPUP_COMMENT_SMS LPGEN("SMS Message")
|