diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-06-12 20:43:30 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-06-12 20:43:30 +0000 |
commit | 2bf82f155a0e98e6ab6c31a01315582f57bc9aa8 (patch) | |
tree | 24d40945c4e30b25ac64ca3ebdd0386c4757cbfd /plugins/UserInfoEx/src/svc_constants.h | |
parent | b41e007b3cc5cd3cdba4f06237d0d5ccd0585ca3 (diff) |
UserInfoEx: rearranged option pages (changed options and icons group name to make it more descriptive, changes some other titles)
proper capitalization
code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@9447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_constants.h')
-rw-r--r-- | plugins/UserInfoEx/src/svc_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.h b/plugins/UserInfoEx/src/svc_constants.h index 1dc73429a8..09f65ef1ba 100644 --- a/plugins/UserInfoEx/src/svc_constants.h +++ b/plugins/UserInfoEx/src/svc_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _SVC_CONSTANTS_INCLUDED_
#define _SVC_CONSTANTS_INCLUDED_
-#define MODULELONGNAME "Extended UserInfo"
+#define MODULELONGNAME "Extended user info"
#define USERINFO "UserInfo"
#define MODNAME "UserInfoEx"
#define MODNAMEFLAGS "Flags"
|