diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-28 09:52:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-28 09:52:10 +0000 |
commit | 70c7b9d4a3c6b271ca4dd7cbd557d320c4e9bca7 (patch) | |
tree | 9ac5342ac03686443e6007a6e69d03183e28a0cf | |
parent | 5a37a847a39fdfe28a5dfa54f799bc3f15983489 (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@5164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | langpacks/english/Plugins/Skype.txt | 2 | ||||
-rw-r--r-- | protocols/Skype/res/Resource.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/english/Plugins/Skype.txt b/langpacks/english/Plugins/Skype.txt index ae01f80f59..f8e560e33e 100644 --- a/langpacks/english/Plugins/Skype.txt +++ b/langpacks/english/Plugins/Skype.txt @@ -17,7 +17,7 @@ [Topic:]
[Guideline:]
[Enable joining]
-[New mempers join with role:]
+[New members join with role:]
[Create with password]
[Password:]
[Confirmation:]
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index 3b74ee6361..55ebd68529 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -55,7 +55,7 @@ BEGIN LTEXT "Guideline:",IDC_STATIC,188,31,180,8
EDITTEXT IDC_CHAT_GUIDLINE,188,41,180,14,ES_AUTOHSCROLL
CONTROL "Enable joining",IDC_CHAT_JOINING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,188,58,180,10
- LTEXT "New mempers join with role:",IDC_STATIC,188,73,180,8
+ LTEXT "New members join with role:",IDC_STATIC,188,73,180,8
COMBOBOX IDC_CHAT_ROLES,188,83,180,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
CONTROL "Create with password",IDC_CHAT_SECURED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,188,98,180,10
LTEXT "Password:",IDC_STATIC,197,111,171,8
|