[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sw/source

Caolán McNamara caolanm at redhat.com
Fri Jun 9 11:35:57 UTC 2017


 sw/source/uibase/uiview/view.src |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit dfe108cfefa2934aa81d5d0e9ce161763c31879a
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/38603
    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 8792b0158d93..a7430873ae63 100644
--- a/sw/source/uibase/uiview/view.src
+++ b/sw/source/uibase/uiview/view.src
@@ -84,6 +84,10 @@ String STR_SAVEAS_SRC
 {
     Text [ en-US ] = "~Export source..." ;
 };
+String STR_SAVEACOPY_SRC
+{
+    Text [ en-US ] = "~Export copy of source..." ;
+};
 String RID_PVIEW_TOOLBOX
 {
     Text [ en-US ] = "Print Preview" ;


More information about the Libreoffice-commits mailing list