diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-06-09 11:13:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-06-09 13:35:37 +0200 |
commit | 86338ee6aa90854a0e161857d760bbdba12bf06d (patch) | |
tree | fd70d6ef71df71aa7b47c06943564a9a0aec0442 | |
parent | b31bd21a5ad720fa9524124c5b47793ccb6ce3bf (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/uibase/uiview/view.src | 4 |
1 files changed, 4 insertions, 0 deletions
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: */ |