summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/HistoryStats/src/dlgoption_subcolumns.cpp2
-rw-r--r--plugins/Watrack/status/i_opt_3.inc6
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_subcolumns.cpp b/plugins/HistoryStats/src/dlgoption_subcolumns.cpp
index 141078c107..a6a361515d 100644
--- a/plugins/HistoryStats/src/dlgoption_subcolumns.cpp
+++ b/plugins/HistoryStats/src/dlgoption_subcolumns.cpp
@@ -669,7 +669,7 @@ bool DlgOption::SubColumns::configHasConflicts(HelpVec* pHelp)
if ((restrictions & Column::crHTMLMask) != Column::crHTMLFull &&
(restrictions & Column::crPNGMask) != Column::crPNGFull) {
MessageBox(NULL,
- TranslateT("An internal column configuration error occured. Please contact the author of this plugin."),
+ TranslateT("An internal column configuration error occurred. Please contact the author of this plugin."),
TranslateT("HistoryStats - Error"), MB_ICONERROR | MB_OK);
}
diff --git a/plugins/Watrack/status/i_opt_3.inc b/plugins/Watrack/status/i_opt_3.inc
index 432eebcf64..7a77ab549d 100644
--- a/plugins/Watrack/status/i_opt_3.inc
+++ b/plugins/Watrack/status/i_opt_3.inc
@@ -14,7 +14,7 @@ begin
TranslateDialogDefault(Dialog);
MakeHint(Dialog,IDC_SIMPLEMODE,
- 'If this option is "ON", one templates will be used with all '+
+ 'If this option is "ON", one template will be used with all '+
'protocols, protocol and player (media) statuses. Template option page will be '+
'changed next time.');
CheckDlgButton(Dialog,IDC_SIMPLEMODE,SimpleMode);
@@ -29,10 +29,10 @@ begin
'message window pressing hotkey.');
CheckDlgButton(Dialog,IDC_USEMSGS,UseMessages);
MakeHint(Dialog,IDC_KEEPSTATUS,
- 'If this option is "ON", XStatus not changed when player shutdowned.');
+ 'If this option is "ON", XStatus won''t be changed when player is shut down.');
CheckDlgButton(Dialog,IDC_KEEPSTATUS,KeepStatus);
MakeHint(Dialog,IDC_CLEARXSTAT,
- 'xStatus will cleared before text changing and restored with new text later.');
+ 'xStatus will be cleared before text changing and restored with new text later.');
CheckDlgButton(Dialog,IDC_CLEARXSTAT,ClearXStat);
MakeHint(Dialog,IDC_EXTSTATUS,
'If this option is "ON", XStatus will be changed to "Music" and '+