summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2017-07-11 17:56:23 +0200
committerAndras Timar <andras.timar@collabora.com>2017-07-14 16:01:58 +0200
commit077e11ea9bb4caf5c02314eefd668e41ea08491d (patch)
tree45cf2789044ffb0e5f2ed95f5d9586cae2aa0306 /sfx2
parentada8c921794a79ced76b8b8772b779312c9fbe70 (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> Reviewed-on: https://gerrit.libreoffice.org/39934 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
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 21c5f9175f2e..ff9e83e273aa 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -311,6 +311,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" ;