[Libreoffice-commits] core.git: sw/source
Caolán McNamara
caolanm at redhat.com
Fri Jun 9 11:35:58 UTC 2017
sw/source/uibase/uiview/view.src | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 86338ee6aa90854a0e161857d760bbdba12bf06d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jun 9 11:13:55 2017 +0100
missing STR_SAVEACOPY_SRC resource
since initial
commit 7061e8403a3afddae253ad0a016e5613616030bb
Date: Wed Apr 3 21:05:12 2013 +0200
fdo#60780, refactor Save a Copy and fix
Change-Id: Iff4f1008b8f8682e6f9751141ed65720362563ad
Reviewed-on: https://gerrit.libreoffice.org/38601
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/uibase/uiview/view.src b/sw/source/uibase/uiview/view.src
index 78f7693cea00..165f5898c1af 100644
--- a/sw/source/uibase/uiview/view.src
+++ b/sw/source/uibase/uiview/view.src
@@ -80,5 +80,9 @@ String STR_SAVEAS_SRC
{
Text [ en-US ] = "~Export source..." ;
};
+String STR_SAVEACOPY_SRC
+{
+ Text [ en-US ] = "~Export copy of source..." ;
+};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list