diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-06-15 10:31:23 -0300 |
---|---|---|
committer | Olivier Hallot <ohallot@collabora.co.uk> | 2016-06-16 15:36:55 +0000 |
commit | ee24e7f2b689bf0f63ba618fc7ee7ac6bc644172 (patch) | |
tree | 9fac876cc53fc5c2488b62471bea5ae5a50d564b | |
parent | adda2a25b1f5d27060dbc17b187ab55fb64c21f4 (diff) |
tdf#100351 attempt to fix untranslatable string
string "National Security" was not ported to pootle.
Change-Id: I35b4659f5b5e239e86a7c0517c5a9a719a2aa612
Reviewed-on: https://gerrit.libreoffice.org/26309
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
-rw-r--r-- | sfx2/source/view/view.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src index 16b3e59c63c3..8f0d6c6fdca5 100644 --- a/sfx2/source/view/view.src +++ b/sfx2/source/view/view.src @@ -114,9 +114,8 @@ String STR_CLASSIFIED_INTELLECTUAL_PROPERTY String STR_CLASSIFIED_NATIONAL_SECURITY { Text [ en-US ] = "National Security:" ; -} +}; -; String STR_CLASSIFIED_EXPORT_CONTROL { Text [ en-US ] = "Export Control:" ; |