summaryrefslogtreecommitdiff
path: root/plugins/Actman/i_opt_dlg2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman/i_opt_dlg2.inc')
-rw-r--r--plugins/Actman/i_opt_dlg2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/i_opt_dlg2.inc b/plugins/Actman/i_opt_dlg2.inc
index a7f81641aa..f4bc0abdbb 100644
--- a/plugins/Actman/i_opt_dlg2.inc
+++ b/plugins/Actman/i_opt_dlg2.inc
@@ -1610,7 +1610,7 @@ begin
end;
i:=ACIO_EXPORT or ACIO_SELECTED;
if GetFSize(xmlfilename)>0 then
- if MessageBoxW(Dialog,TranslateW('Append data to file'),
+ if MessageBoxW(Dialog,TranslateW('Append data to file?'),
PluginName,MB_YESNO+MB_ICONWARNING)=IDYES then
i:=i or ACIO_APPEND;
CallService(MS_ACT_INOUT,i,TLPARAM(@xmlfilename));