[Libreoffice-commits] core.git: Branch 'libreoffice-5-2-0' - sfx2/source

Olivier Hallot ohallot at collabora.co.uk
Wed Jul 20 09:25:58 UTC 2016


 sfx2/source/view/view.src |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cdeb0ad7712ba8b16077ac72ed74d743713f2e2e
Author: Olivier Hallot <ohallot at collabora.co.uk>
Date:   Wed Jun 15 10:31:23 2016 -0300

    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 at libreoffice.org>
    Reviewed-by: Olivier Hallot <ohallot at collabora.co.uk>
    Tested-by: Olivier Hallot <ohallot at collabora.co.uk>
    (cherry picked from commit ee24e7f2b689bf0f63ba618fc7ee7ac6bc644172)
    Reviewed-on: https://gerrit.libreoffice.org/27333
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 16b3e59..8f0d6c6 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:" ;


More information about the Libreoffice-commits mailing list