diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-21 06:37:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-21 06:37:06 +0000 |
commit | 15113f192d8c596a1e377aa825ce3fd561860d75 (patch) | |
tree | 5b9786057edb43d99e9a3f39a9bde98a6875eb38 /plugins/NotesAndReminders | |
parent | 49cef0d9fce641946186a62ee9fb90ece77ea941 (diff) |
some langpack fixes
code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@2776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders')
-rw-r--r-- | plugins/NotesAndReminders/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/main.cpp b/plugins/NotesAndReminders/src/main.cpp index f4a60f787c..d3d8549457 100644 --- a/plugins/NotesAndReminders/src/main.cpp +++ b/plugins/NotesAndReminders/src/main.cpp @@ -21,7 +21,7 @@ static PLUGININFOEX pluginInfo = sizeof(PLUGININFOEX),
"Sticky Notes & Reminders",
PLUGIN_MAKE_VERSION(0,0,5,1),
- "Sticky Notes & Reminders Implementation for Miranda IM.",
+ "Sticky Notes & Reminders Implementation for Miranda NG.",
"Joe Kucera, Lubomir Kolev Ivanov, Georg Fischer",
"jokusoftware@users.sourceforge.net; d00mEr@dir.bg",
"(C) 2003,2005 Joe Kucera, Lubomir Ivanov",
|