diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-03-09 22:46:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-03-09 22:47:22 +0100 |
commit | cbe1fd744e8c9017c080c296f93a6cc30ff59707 (patch) | |
tree | 3334bd272ba7aca4f80a231bef6663158777e87a /sd | |
parent | 2aebafb3d2f7dd94872a8c20a399982b512064ef (diff) |
Resolves: fdo#75949 HTML Export dialog
"Save Image as" option should be in plural
Change-Id: I1e423143d7eb54d86eb7fbb251f8282b68099aa4
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/html/pubdlg.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/pubdlg.src b/sd/source/filter/html/pubdlg.src index 66cfe65248a5..fe85a23e8610 100644 --- a/sd/source/filter/html/pubdlg.src +++ b/sd/source/filter/html/pubdlg.src @@ -338,7 +338,7 @@ ModalDialog DLG_PUBLISHING { Pos = MAP_APPFONT ( 6, 9 ) ; Size = MAP_APPFONT ( 124, 8 ) ; - Text [ en-US ] = "Save Image as"; + Text [ en-US ] = "Save Images as"; }; RadioButton PAGE3_PNG |