summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-09 19:52:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-10 10:15:47 +0100
commitaf728b8ce5cc7c5b3860282f87ee3dfed79f1fcc (patch)
tree7f7b43ed525327464a4e3a1155d97020cca0f21d /sw
parentb802c11396f2d3538f97e128b3ddeceb399438a4 (diff)
use double prime for inch symbol
Change-Id: I6a663bcb55155bd2331aa79cebd5b922c2ee7605 Reviewed-on: https://gerrit.libreoffice.org/84787 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/pageformatpanel.hrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/pageformatpanel.hrc b/sw/inc/pageformatpanel.hrc
index 3d9e7727efca..ddc82ed620d3 100644
--- a/sw/inc/pageformatpanel.hrc
+++ b/sw/inc/pageformatpanel.hrc
@@ -21,9 +21,9 @@ const char* RID_PAGEFORMATPANEL_MARGINS_INCH[] =
NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "None"),
NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Narrow"),
NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Moderate"),
- NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Normal (0.75\")"),
- NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Normal (1\")"),
- NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Normal (1.25\")"),
+ NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Normal (0.75″)"),
+ NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Normal (1″)"),
+ NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Normal (1.25″)"),
NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Wide"),
NC_("RID_PAGEFORMATPANEL_MARGINS_INCH", "Mirrored")
};