diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Actman/i_opt_dlg2.inc | 2 | ||||
-rw-r--r-- | plugins/Actman/services.ini | 2 | ||||
-rw-r--r-- | plugins/Actman30/i_opt_dlg2.inc | 2 |
3 files changed, 3 insertions, 3 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));
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index 745e8829a2..a471240c41 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -124,7 +124,7 @@ descr=displays File Transfer window [Service:Help/AboutCommand]
wparam=0 on Desktop|parent window handle
lparam=0
-descr=Show window "About..."
+Show "About..." window
[Service:Help/IndexCommand]
wparam=0
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;
//!!!!!!!!!!!!!!!
|