summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2017-07-11 17:56:23 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-07-13 13:37:52 +0200
commit68cf76917e342aa5f47deb7e3ef3f7706f8f5a5a (patch)
treeaf904dcaef425e001d1b7406a4ddb34e8e3a9f84 /sfx2
parent647382f52351a7586459201203e399956b763527 (diff)
Show document title for embedded documents
Embedded documents had "Untitled" name. This patch shows "<root document> (Embedded document)" string in the title bar. Change-Id: I6283240415f9e0c07c4c69672732a7c14eea9f5d Reviewed-on: https://gerrit.libreoffice.org/39835 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/app.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 6c3bb53d2330..b792413365a1 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -293,6 +293,11 @@ String RID_XMLSEC_DOCUMENTSIGNED
Text [ en-US ] = " (Signed)" ;
};
+String STR_EMBEDDED_TITLE
+{
+ Text [ en-US ] = " (Embedded document)" ;
+};
+
String STR_STANDARD
{
Text [ en-US ] = "Standard" ;