diff options
author | RMN <rmn@miranda-ng.org> | 2014-06-12 21:15:20 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-06-12 21:15:20 +0000 |
commit | ac1946ca0173a6bfbb4e0b27aed05c16469953d3 (patch) | |
tree | e91a0b3766ae97044bdf93bb986e3ef3efc2b69f /plugins/Watrack | |
parent | 172ed0af6f60af76ea9d21d3857674e125b8803c (diff) |
HistoryStats and Watrack: spelling correction; langpacks updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@9449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack')
-rw-r--r-- | plugins/Watrack/status/i_opt_3.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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 '+
|