[Libreoffice-commits] core.git: sd/inc

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 9 21:26:09 UTC 2019


 sd/inc/pageformatpanel.hrc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c902202ca0f8547d3fb35e6e729c6b1244c290e1
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Dec 9 19:50:20 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Dec 9 22:24:56 2019 +0100

    separate cm from value in built-in en_US strings
    
    Change-Id: I64f78192d176fe225baea789e2283c5c95ab62fa
    Reviewed-on: https://gerrit.libreoffice.org/84786
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sd/inc/pageformatpanel.hrc b/sd/inc/pageformatpanel.hrc
index b7309ee69748..ec01fd6ecdb3 100644
--- a/sd/inc/pageformatpanel.hrc
+++ b/sd/inc/pageformatpanel.hrc
@@ -33,9 +33,9 @@ const char* RID_PAGEFORMATPANEL_MARGINS_CM[] =
     NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "None"),
     NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Narrow"),
     NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Moderate"),
-    NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Normal (1.9cm)"),
-    NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Normal (2.54cm)"),
-    NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Normal (3.18cm)"),
+    NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Normal (1.9 cm)"),
+    NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Normal (2.54 cm)"),
+    NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Normal (3.18 cm)"),
     NC_("RID_PAGEFORMATPANEL_MARGINS_CM", "Wide"),
 };
 


More information about the Libreoffice-commits mailing list