diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 12:17:03 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 12:17:03 +0000 |
commit | ac2a01450addeb7580b853fd9641409f9451fb41 (patch) | |
tree | 26fe2053147ad079ba5d0aad84cb06f1f046295a /plugins/Clist_modern/src | |
parent | 473874d83a356ea7ec78588c96fb47ff0115e5f0 (diff) |
[User Details] -> [User details]
git-svn-id: http://svn.miranda-ng.org/main/trunk@7001 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 39a1fb3b47..f2a201be96 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -53,7 +53,7 @@ struct FontOptionsList };
#define CLCGROUP LPGENT("Contact List")_T("/")LPGENT("Contact names")
-#define CLCLINESGROUP LPGENT("Contact List")_T("/")LPGENT("Row Items")
+#define CLCLINESGROUP LPGENT("Contact List")_T("/")LPGENT("Row items")
#define CLCFRAMESGROUP LPGENT("Contact List")_T("/")LPGENT("Frame texts")
#define CLCCOLOURSGROUP LPGENT("Contact List")_T("/")LPGENT("Special colors")
|