diff options
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 30bcff5f33..5e7865b697 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -191,7 +191,7 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Empty history" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CONTROL "Are you sure to remove selected event(s)?",IDC_TOPLINE, + CONTROL "Do you really want to delete selected item?",IDC_TOPLINE, "Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,7,7,270,8 CONTROL "Remove server history",IDC_DELSERVERHISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,37,280,8 CONTROL "Remove history for everyone",IDC_BOTH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,50,260,8 |