summaryrefslogtreecommitdiff
path: root/plugins/Actman30/i_opt_dlg2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman30/i_opt_dlg2.inc')
-rw-r--r--plugins/Actman30/i_opt_dlg2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman30/i_opt_dlg2.inc b/plugins/Actman30/i_opt_dlg2.inc
index 8313b4d4a3..330be64780 100644
--- a/plugins/Actman30/i_opt_dlg2.inc
+++ b/plugins/Actman30/i_opt_dlg2.inc
@@ -996,7 +996,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;
//!!!!!!!!!!!!!!!