[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sd/inc
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 11 09:00:24 UTC 2019
sd/inc/pageformatpanel.hrc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 1870a5cd1414d8bac0545f30539713480da3243f
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Dec 9 19:50:20 2019 +0000
Commit: Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Wed Dec 11 09:59:40 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>
(cherry picked from commit c902202ca0f8547d3fb35e6e729c6b1244c290e1)
Reviewed-on: https://gerrit.libreoffice.org/84911
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/sd/inc/pageformatpanel.hrc b/sd/inc/pageformatpanel.hrc
index 6d36ec2871ad..732f39e19c53 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