diff options
Diffstat (limited to 'plugins/UserInfoEx')
| -rw-r--r-- | plugins/UserInfoEx/res/resource.rc | 4 | ||||
| -rw-r--r-- | plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc index 94fb902685..9e52a49541 100644 --- a/plugins/UserInfoEx/res/resource.rc +++ b/plugins/UserInfoEx/res/resource.rc @@ -338,7 +338,7 @@ BEGIN                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,16,290,10
      CONTROL         "Display icons on each dialog button",CHECK_OPT_BUTTONICONS,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,30,290,10
 -    GROUPBOX        "MetaContacts",STATIC_OPT_METAGROUP,3,52,303,32
 +    GROUPBOX        "Metacontacts",STATIC_OPT_METAGROUP,3,52,303,32
      CONTROL         "Scan subcontacts for missing information",CHECK_OPT_METASCAN,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,67,290,10
      CONTROL         "Enable extended 'send/receive e-mail' service (*)",CHECK_OPT_SREMAIL_ENABLED,
 @@ -370,7 +370,7 @@ BEGIN      CONTROL         "Sort all tree items alphabetically",CHECK_OPT_SORTTREE,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,165,271,10
      CONTROL         "",CLR_META,"ColourPicker",WS_TABSTOP,12,61,29,12
 -    LTEXT           "Info of a MetaContact's subcontact",TXT_OPT_CLR_META,46,63,232,8
 +    LTEXT           "Info of a metacontact's subcontact",TXT_OPT_CLR_META,46,63,232,8
      GROUPBOX        "Colors",IDC_STATIC,3,4,303,74
      GROUPBOX        "Common",IDC_STATIC,3,79,303,53
      CONTROL         "Change my ICQ details with UserInfoEx (disabled if ICQ doesn't support it)",CHECK_OPT_CHANGEMYDETAILS,
 diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp index 1cb964a2ac..0dcd377b73 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp @@ -745,7 +745,7 @@ int CExImContactXML::ImportMetaSubContact(CExImContactXML * pMetaContact)  				int result = MsgBox(NULL, MB_YESNO|MB_ICONWARNING, 
  					LPGENT("Question"), 
  					LPGENT("Importing a new meta subcontact failed!"), 
 -					LPGENT("The newly created MetaSubContact '%s'\ncould not be added to MetaContact '%s'!\n\nDo you want to delete this contact?"),
 +					LPGENT("The newly created meta subcontact '%s'\ncould not be added to metacontact '%s'!\n\nDo you want to delete this contact?"),
  					ptszNick, ptszMetaNick);
  				MIR_FREE(ptszNick);
  				MIR_FREE(ptszMetaNick);
  | 
