summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp2
-rw-r--r--plugins/NotesAndReminders/res/resource.rc2
-rw-r--r--plugins/Nudge/res/resource.rc4
-rw-r--r--plugins/SecureIM/res/resource.rc4
-rw-r--r--plugins/SendScreenshotPlus/res/resource.rc14
-rw-r--r--plugins/SimpleStatusMsg/src/utils.cpp2
-rw-r--r--plugins/StatusPlugins/commonstatus.cpp2
-rw-r--r--plugins/TabSRMM/res/chat.rc2
-rw-r--r--protocols/IcqOscarJ/res/resources.rc2
-rw-r--r--protocols/Tlen/src/tlen_muc.cpp2
-rw-r--r--protocols/Xfire/src/addgamedialog.cpp2
-rw-r--r--protocols/Xfire/src/all_statusmsg.cpp2
-rw-r--r--src/core/stdaway/sendmsg.cpp2
13 files changed, 21 insertions, 21 deletions
diff --git a/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp b/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp
index 26f9696799..acf7bce110 100644
--- a/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp
+++ b/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp
@@ -72,7 +72,7 @@ LPTSTR CModeMessHandler::GetDefaultMessage(INT status)
case ID_STATUS_OFFLINE: return TranslateTS(TEXT("Nope, not here."));
case ID_STATUS_INVISIBLE: return TranslateTS(TEXT("I'm hiding from the mafia."));
case ID_STATUS_ONTHEPHONE: return TranslateTS(TEXT("That'll be the phone."));
- case ID_STATUS_OUTTOLUNCH: return TranslateTS(TEXT("Mmm...food."));
+ case ID_STATUS_OUTTOLUNCH: return TranslateTS(TEXT("Mmm... food."));
}
return NULL;
}
diff --git a/plugins/NotesAndReminders/res/resource.rc b/plugins/NotesAndReminders/res/resource.rc
index fc4186f862..e6e76374fe 100644
--- a/plugins/NotesAndReminders/res/resource.rc
+++ b/plugins/NotesAndReminders/res/resource.rc
@@ -79,7 +79,7 @@ BEGIN
CONTROL "Slider1",IDC_SLIDER_TRANSPARENCY,"msctls_trackbar32",TBS_ENABLESELRANGE | WS_TABSTOP,14,171,277,14
LTEXT "0%",IDC_STATIC,12,185,9,8
LTEXT "100%",IDC_STATIC,273,186,18,8
- LTEXT "Send Reminders through E-mail / SMS :",IDC_STATIC,6,207,130,10
+ LTEXT "Send Reminders through E-mail/SMS:",IDC_STATIC,6,207,130,10
EDITTEXT IDC_EDIT_EMAILSMS,137,204,159,14,ES_AUTOHSCROLL
LTEXT "Open links with this program instead:",IDC_STATIC,5,228,125,8
EDITTEXT IDC_EDIT_ALTBROWSER,138,225,140,14,ES_AUTOHSCROLL
diff --git a/plugins/Nudge/res/resource.rc b/plugins/Nudge/res/resource.rc
index 50a5f3ef57..ac8ac52923 100644
--- a/plugins/Nudge/res/resource.rc
+++ b/plugins/Nudge/res/resource.rc
@@ -75,10 +75,10 @@ BEGIN
LTEXT "Receiving text",IDC_STATIC,174,172,120,8
EDITTEXT IDC_RECVTEXT,174,183,120,12,ES_AUTOHSCROLL
GROUPBOX "Privacy",IDC_STATIC,12,97,290,36
- RTEXT "Allow sending* one nudge to the same contact every :",IDC_STATIC,18,106,247,8
+ RTEXT "Allow sending* one nudge to the same contact every:",IDC_STATIC,18,106,247,8
EDITTEXT IDC_SENDTIME,270,104,21,12,ES_AUTOHSCROLL | ES_READONLY | WS_DISABLED
LTEXT "s",IDC_STATIC,293,106,8,8
- RTEXT "Allow receiving one nudge from the same contact every :",IDC_STATIC,18,120,246,8
+ RTEXT "Allow receiving one nudge from the same contact every:",IDC_STATIC,18,120,246,8
EDITTEXT IDC_RECVTIME,270,118,22,12,ES_AUTOHSCROLL
LTEXT "s",IDC_STATIC,293,120,8,8
CTEXT "* Nudge sending delay is hardcoded and cannot be changed.",IDC_STATIC,18,204,138,17,NOT WS_GROUP
diff --git a/plugins/SecureIM/res/resource.rc b/plugins/SecureIM/res/resource.rc
index fba8ff3d04..98801fcd39 100644
--- a/plugins/SecureIM/res/resource.rc
+++ b/plugins/SecureIM/res/resource.rc
@@ -51,10 +51,10 @@ BEGIN
CONTROL "Auto accept RSA key (NOT SECURED)",IDC_AAK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,156,142,145,10
CONTROL "Mode in Context Menu",IDC_MCM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,156,152,145,10
GROUPBOX "",IDC_STATIC,156,175,144,32
- RTEXT "Key Exchange Timeout :",IDC_STATIC,160,182,80,8
+ RTEXT "Key Exchange Timeout:",IDC_STATIC,160,182,80,8
EDITTEXT IDC_KET,241,180,30,12,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "sec",IDC_STATIC,275,182,18,8
- RTEXT "Offline Key Timeout :",IDC_STATIC,160,194,80,8
+ RTEXT "Offline Key Timeout:",IDC_STATIC,160,194,80,8
EDITTEXT IDC_OKT,241,192,30,12,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "days",IDC_STATIC,275,194,18,8
GROUPBOX "",IDC_STATIC,156,204,93,19
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc
index 148cda58b2..8fcc9f5fbc 100644
--- a/plugins/SendScreenshotPlus/res/resource.rc
+++ b/plugins/SendScreenshotPlus/res/resource.rc
@@ -59,12 +59,12 @@ BEGIN
"MHeaderbarCtrl",0x0,0,0,231,25
CONTROL "",IDC_CAPTURETAB,"SysTabControl32",TCS_RAGGEDRIGHT | WS_TABSTOP,8,36,218,68,WS_EX_TRANSPARENT
CONTROL "Ti&med capture",ID_chkTimed,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,106,85,10
- RTEXT "Time (secs) :",ID_edtTimedLabel,9,119,49,8
+ RTEXT "Time (secs):",ID_edtTimedLabel,9,119,49,8
EDITTEXT ID_edtTimed,62,117,31,13,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "",ID_upTimed,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,81,117,11,13
- LTEXT "&Format :",ID_lblFmtInfo,100,107,41,8
+ LTEXT "&Format:",ID_lblFmtInfo,100,107,41,8
COMBOBOX ID_cboxFormat,100,117,41,84,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_HASSTRINGS | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- LTEXT "Send B&y :",ID_lblSendBy,148,107,75,8
+ LTEXT "Send B&y:",ID_lblSendBy,148,107,75,8
COMBOBOX ID_cboxSendBy,148,117,75,84,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_HASSTRINGS | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
CONTROL "?",ID_btnAbout,"UInfoButtonClass",WS_TABSTOP | 0x4000,3,145,16,14,WS_EX_NOACTIVATE | 0x10000000L
CONTROL "E&xplore",ID_btnExplore,"UInfoButtonClass",WS_TABSTOP | 0x4000,21,145,16,14,WS_EX_NOACTIVATE | 0x10000000L
@@ -108,9 +108,9 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "",IDC_WHITERECT,0,0,214,48
CONTROL "C&lient Area",ID_chkClientArea,"Button",BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,100,30,62,8,WS_EX_RIGHT
- LTEXT "Caption :",ID_edtCaptionLabel,4,1,158,8
+ LTEXT "Caption:",ID_edtCaptionLabel,4,1,158,8
EDITTEXT ID_edtCaption,4,12,158,13,ES_AUTOHSCROLL | ES_READONLY
- RTEXT "Size (HxW) :",ID_edtSizeLabel,0,30,50,8
+ RTEXT "Size (HxW):",ID_edtSizeLabel,0,30,50,8
EDITTEXT ID_edtSize,52,28,43,13,ES_CENTER | ES_AUTOHSCROLL | ES_READONLY
CTEXT "Target Tool",ID_lblDropInfo,162,1,51,8
LTEXT "",ID_bvlTarget,174,12,29,29,SS_NOTIFY | SS_SUNKEN
@@ -122,8 +122,8 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "",IDC_WHITERECT,0,0,214,48
- LTEXT "Caption :",ID_edtCaptionLabel,4,1,158,8
- RTEXT "Size (HxW) :",ID_edtSizeLabel,0,30,50,8
+ LTEXT "Caption:",ID_edtCaptionLabel,4,1,158,8
+ RTEXT "Size (HxW):",ID_edtSizeLabel,0,30,50,8
EDITTEXT ID_edtSize,52,28,43,13,ES_AUTOHSCROLL | ES_READONLY
LTEXT "",ID_bvlTarget,174,12,29,29,SS_NOTIFY | SS_SUNKEN
ICON "",ID_imgTarget,178,16,20,20,SS_NOTIFY | SS_CENTERIMAGE | WS_GROUP
diff --git a/plugins/SimpleStatusMsg/src/utils.cpp b/plugins/SimpleStatusMsg/src/utils.cpp
index eef790fc8a..39d6e1295a 100644
--- a/plugins/SimpleStatusMsg/src/utils.cpp
+++ b/plugins/SimpleStatusMsg/src/utils.cpp
@@ -101,7 +101,7 @@ const TCHAR *GetDefaultMessage(int status)
case ID_STATUS_OFFLINE: return TranslateT("Nope, not here.");
case ID_STATUS_INVISIBLE: return TranslateT("I'm hiding from the mafia.");
case ID_STATUS_ONTHEPHONE: return TranslateT("That'll be the phone.");
- case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm...food.");
+ case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm... food.");
case ID_STATUS_IDLE: return TranslateT("idleeeeeeee");
}
return NULL;
diff --git a/plugins/StatusPlugins/commonstatus.cpp b/plugins/StatusPlugins/commonstatus.cpp
index fdc9ddb6e6..361b7df6a2 100644
--- a/plugins/StatusPlugins/commonstatus.cpp
+++ b/plugins/StatusPlugins/commonstatus.cpp
@@ -106,7 +106,7 @@ static TCHAR *GetDefaultMessage(int status)
case ID_STATUS_OFFLINE: return TranslateT("Nope, not here.");
case ID_STATUS_INVISIBLE: return TranslateT("I'm hiding from the mafia.");
case ID_STATUS_ONTHEPHONE: return TranslateT("That'll be the phone.");
- case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm...food.");
+ case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm... food.");
case ID_STATUS_IDLE: return TranslateT("idleeeeeeee");
}
return NULL;
diff --git a/plugins/TabSRMM/res/chat.rc b/plugins/TabSRMM/res/chat.rc
index 8848dec22e..79c79d97a2 100644
--- a/plugins/TabSRMM/res/chat.rc
+++ b/plugins/TabSRMM/res/chat.rc
@@ -208,7 +208,7 @@ BEGIN
GROUPBOX "Highlight user names",IDC_STATIC,3,6,300,104
CONTROL "Enable highlighting for user names",IDC_HIGHLIGHTNICKENABLE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,20,278,11
- CONTROL "Also look in user ids",IDC_HIGHLIGHTNICKUID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,34,278,11
+ CONTROL "Also look in user IDs",IDC_HIGHLIGHTNICKUID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,34,278,11
EDITTEXT IDC_HIGHLIGHTNICKPATTERN,11,69,283,35,ES_AUTOHSCROLL
LTEXT "Names to highlight, wildcards like * and ? are allowed, separate multiple entries with spaces",IDC_STATIC,10,49,284,19
GROUPBOX "Highlight message text",IDC_STATIC,3,113,300,115
diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc
index 0b92eef852..89e2c30ce5 100644
--- a/protocols/IcqOscarJ/res/resources.rc
+++ b/protocols/IcqOscarJ/res/resources.rc
@@ -136,7 +136,7 @@ BEGIN
CONTROL "Enable unicode messaging support",IDC_UTFENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,12,288,10
CONTROL "Send all messages in unicode if possible",IDC_UTFALL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,24,288,10
- RTEXT "Use this codepage for Ansi <-> Unicode translation :",IDC_UTFSTATIC,12,38,174,10
+ RTEXT "Use this codepage for Ansi <-> Unicode translation:",IDC_UTFSTATIC,12,38,174,10
COMBOBOX IDC_UTFCODEPAGE,190,36,107,51,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Make me temporarily visible to contacts I send message to",IDC_TEMPVISIBLE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,53,288,10
diff --git a/protocols/Tlen/src/tlen_muc.cpp b/protocols/Tlen/src/tlen_muc.cpp
index 102a54ffbd..843d4f4c98 100644
--- a/protocols/Tlen/src/tlen_muc.cpp
+++ b/protocols/Tlen/src/tlen_muc.cpp
@@ -490,7 +490,7 @@ int TlenMUCRecvError(TlenProtocol *proto, const char *from, XmlNode *errorNode)
mir_snprintf(str, SIZEOF(str), Translate("Anonymous nicknames are not allowed in this chat room."));
break;
default:
- mir_snprintf(str, SIZEOF(str), Translate("Unknown error code : %d"), errCode);
+ mir_snprintf(str, SIZEOF(str), Translate("Unknown error code: %d"), errCode);
break;
}
mucce.pszText = str;
diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp
index 7b3a7e4195..fa5fbec3ac 100644
--- a/protocols/Xfire/src/addgamedialog.cpp
+++ b/protocols/Xfire/src/addgamedialog.cpp
@@ -586,7 +586,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg,
}
else if(LOWORD(wParam) == IDC_GAMEIDHELP)
{
- MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an ID. Use a number above the last used ID to avoid problems with used ids. Every number above 10000 should be save. This ID will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
+ MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an ID. Use a number above the last used ID to avoid problems with used IDs. Every number above 10000 should be save. This ID will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
}
else if(LOWORD(wParam) == IDC_ADD_BROWSEDETECT)
{
diff --git a/protocols/Xfire/src/all_statusmsg.cpp b/protocols/Xfire/src/all_statusmsg.cpp
index 7f349b8261..e73a3e89f0 100644
--- a/protocols/Xfire/src/all_statusmsg.cpp
+++ b/protocols/Xfire/src/all_statusmsg.cpp
@@ -144,7 +144,7 @@ BOOL BackupStatusMsg() {
break;
case ID_STATUS_OUTTOLUNCH:
if(db_get(NULL,"SRAway","OtlMsg",&dbv))
- olstatusmsg->push_back(Translate("Mmm...food."));
+ olstatusmsg->push_back(Translate("Mmm... food."));
break;
default:
//nix zumachn, kenn den status nicht
diff --git a/src/core/stdaway/sendmsg.cpp b/src/core/stdaway/sendmsg.cpp
index b25a5ec1c3..42eb87c47b 100644
--- a/src/core/stdaway/sendmsg.cpp
+++ b/src/core/stdaway/sendmsg.cpp
@@ -48,7 +48,7 @@ static const TCHAR *GetDefaultMessage(int status)
case ID_STATUS_OFFLINE: return TranslateT("Nope, not here.");
case ID_STATUS_INVISIBLE: return TranslateT("I'm hiding from the mafia.");
case ID_STATUS_ONTHEPHONE: return TranslateT("That'll be the phone.");
- case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm...food.");
+ case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm... food.");
case ID_STATUS_IDLE: return TranslateT("idleeeeeeee");
}
return NULL;