diff options
Diffstat (limited to 'plugins/Weather')
-rw-r--r-- | plugins/Weather/res/resource.rc | 4 | ||||
-rw-r--r-- | plugins/Weather/src/version.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Weather/res/resource.rc b/plugins/Weather/res/resource.rc index 45f9705512..366d734775 100644 --- a/plugins/Weather/res/resource.rc +++ b/plugins/Weather/res/resource.rc @@ -13,7 +13,7 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// () resources
+// Немецкий (Германия) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
@@ -410,7 +410,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // () resources
+#endif // Немецкий (Германия) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Weather/src/version.h b/plugins/Weather/src/version.h index bbbef4d2f2..7562216179 100644 --- a/plugins/Weather/src/version.h +++ b/plugins/Weather/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/Weather/"
-#define __COPYRIGHT " 2002-2005 NoName, 2005-2010 Boris Krasnovskiy, 2012-17 Miranda NG Team"
+#define __COPYRIGHT "© 2002-2005 NoName, 2005-2010 Boris Krasnovskiy, 2012-17 Miranda NG Team"
|