diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-14 16:01:10 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-14 16:01:10 +0000 |
commit | f32a4e92f98008ba6066168eea774dd0b5fe42d9 (patch) | |
tree | 3ca80e5b13498ee2399a02eb39f8ae5e0b88315e /plugins | |
parent | 29fd9217b38f57a24f32e3579fc63068af3bdb6b (diff) |
UserInfoEx: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@9472 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/UserInfoEx/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc index 33a702c56a..94fb902685 100644 --- a/plugins/UserInfoEx/res/resource.rc +++ b/plugins/UserInfoEx/res/resource.rc @@ -167,7 +167,7 @@ BEGIN CONTROL "Enter your full e-mail address.\n(e.g., john.doe@provider.com)",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,210,25
CONTROL "",IDC_STATIC,"Static",SS_WHITERECT,0,25,209,69
- CONTROL "Enter a representitive name for the e-mail address here:",IDC_STATIC,
+ CONTROL "Enter a representative name for the e-mail address here:",IDC_STATIC,
"Static",SS_SIMPLE | WS_GROUP,3,31,203,8
EDITTEXT EDIT_CATEGORY,9,42,190,13,ES_AUTOHSCROLL
CONTROL "Enter the e-mail address here:",IDC_STATIC,"Static",SS_SIMPLE | WS_GROUP,3,64,203,8
|