diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-12 17:38:03 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-12 17:38:03 +0000 |
commit | 3e23f93160eaeca49cb403508b907415f5d708c2 (patch) | |
tree | c59135f5a781adf3cf944925b3a2418313deda4c | |
parent | 4bba3704a171ee30a5f20442d919c265cdeac7fa (diff) |
- TabSRMM copyright update 2
- langpacks/russian: quick fix 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@3074 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | langpacks/russian/Plugins/TabSRMM.txt | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/langpacks/russian/Plugins/TabSRMM.txt b/langpacks/russian/Plugins/TabSRMM.txt index 3faf2cd1ec..c9a3b1652e 100644 --- a/langpacks/russian/Plugins/TabSRMM.txt +++ b/langpacks/russian/Plugins/TabSRMM.txt @@ -1006,8 +1006,8 @@ UID: %s (SHIFT+клик -> копировать в буфер)\nКлик - Ин Добавить контакт к избранным
[Remove Contact from Favorites]
Удалить контакт из избранных
-[Copyright © 2004-2010 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.]
-Авторские права © 2004-2010 проект Miranda NG, 2012-2013 проект Miranda NG. Более подробная информация находится в файле Readme.
+[Copyright 2004-2011 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.]
+Авторские права 2004-2011 проект Miranda IM, 2012-2013 проект Miranda NG. Более подробная информация находится в файле Readme.
[Click for contact menu\nClick dropdown for window settings]
Меню контакта\nСтрелка вниз - настройки окна
[Splitter Position]
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index cf1a32c587..a165fe87a9 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -537,7 +537,7 @@ BEGIN LTEXT "",IDC_STATIC,0,30,228,110,NOT WS_GROUP
CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",WS_TABSTOP,0,0,228,30
DEFPUSHBUTTON "OK",IDOK,168,123,55,14
- CTEXT "Copyright 2004-2010 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47
+ CTEXT "Copyright 2004-2011 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47
CONTROL "Support and latest version information",IDC_SUPPORT,
"Hyperlink",WS_TABSTOP | 0x1,18,91,192,12
PUSHBUTTON "Reset all hidden warnings",IDC_RESETWARNINGS,2,123,145,14
|