diff options
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 '+
|