summaryrefslogtreecommitdiff
path: root/plugins/NewStory/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-05-19 19:49:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-05-19 19:49:50 +0300
commit592a4198fa38d089e72e4059e4e23c58288a8e03 (patch)
treed9e841fb9182739b870877eea50c03e252a25fc3 /plugins/NewStory/res
parent886bb2f274b00560771483117dac0a4d940b4145 (diff)
fixes #4427 (NewStory: показывать количество удаляемых событий)
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r--plugins/NewStory/res/resource.rc2
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