summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-09 19:52:12 +0000
committerXisco Faulí <xiscofauli@libreoffice.org>2019-12-11 09:59:07 +0100
commit9888183a126a76f35971e57cbd08be2603dba7b0 (patch)
treedfee14cafc62ab846718904b79b9c85a30bcd842 /svx
parentc5ba4b47726e2436ab29b7d0039bd75a29b3f532 (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> (cherry picked from commit af728b8ce5cc7c5b3860282f87ee3dfed79f1fcc) Reviewed-on: https://gerrit.libreoffice.org/84910 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/spacing.hrc28
1 files changed, 14 insertions, 14 deletions
diff --git a/svx/inc/spacing.hrc b/svx/inc/spacing.hrc
index 3d4e93dc02b3..e5263677826d 100644
--- a/svx/inc/spacing.hrc
+++ b/svx/inc/spacing.hrc
@@ -17,13 +17,13 @@
const std::pair<const char*, int> RID_SVXSTRARY_SPACING_INCH[] =
{
{ NC_("RID_SVXSTRARY_SPACING_INCH", "None"), 0 },
- { NC_("RID_SVXSTRARY_SPACING_INCH", "Extra Small (1/16\")"), 91 },
- { NC_("RID_SVXSTRARY_SPACING_INCH", "Small (1/8\")"), 181 },
- { NC_("RID_SVXSTRARY_SPACING_INCH", "Small Medium (1/4\")"), 363 },
- { NC_("RID_SVXSTRARY_SPACING_INCH", "Medium (3/8\")"), 539 },
- { NC_("RID_SVXSTRARY_SPACING_INCH", "Medium Large (1/2\")"), 720 },
- { NC_("RID_SVXSTRARY_SPACING_INCH", "Large (3/4\")"), 1077 },
- { NC_("RID_SVXSTRARY_SPACING_INCH", "Extra Large (1\")"), 1440 },
+ { NC_("RID_SVXSTRARY_SPACING_INCH", "Extra Small (1/16″)"), 91 },
+ { NC_("RID_SVXSTRARY_SPACING_INCH", "Small (1/8″)"), 181 },
+ { NC_("RID_SVXSTRARY_SPACING_INCH", "Small Medium (1/4″)"), 363 },
+ { NC_("RID_SVXSTRARY_SPACING_INCH", "Medium (3/8″)"), 539 },
+ { NC_("RID_SVXSTRARY_SPACING_INCH", "Medium Large (1/2″)"), 720 },
+ { NC_("RID_SVXSTRARY_SPACING_INCH", "Large (3/4″)"), 1077 },
+ { NC_("RID_SVXSTRARY_SPACING_INCH", "Extra Large (1″)"), 1440 },
{ nullptr, 0 }
};
@@ -45,13 +45,13 @@ const std::pair<const char*, int> RID_SVXSTRARY_SPACING_CM[] =
const std::pair<const char*, int> RID_SVXSTRARY_MARGINS_INCH[] =
{
{ NC_("RID_SVXSTRARY_MARGINS_INCH", "None"), 0 },
- { NC_("RID_SVXSTRARY_MARGINS_INCH", "Extra Small (1/16\")"), 91 },
- { NC_("RID_SVXSTRARY_MARGINS_INCH", "Small (1/8\")"), 181 },
- { NC_("RID_SVXSTRARY_MARGINS_INCH", "Small Medium (1/4\")"), 363 },
- { NC_("RID_SVXSTRARY_MARGINS_INCH", "Medium (3/8\")"), 539 },
- { NC_("RID_SVXSTRARY_MARGINS_INCH", "Medium Large (1/2\")"), 720 },
- { NC_("RID_SVXSTRARY_MARGINS_INCH", "Large (3/4\")"), 1077 },
- { NC_("RID_SVXSTRARY_MARGINS_INCH", "Extra Large (1\")"), 1440 },
+ { NC_("RID_SVXSTRARY_MARGINS_INCH", "Extra Small (1/16″)"), 91 },
+ { NC_("RID_SVXSTRARY_MARGINS_INCH", "Small (1/8″)"), 181 },
+ { NC_("RID_SVXSTRARY_MARGINS_INCH", "Small Medium (1/4″)"), 363 },
+ { NC_("RID_SVXSTRARY_MARGINS_INCH", "Medium (3/8″)"), 539 },
+ { NC_("RID_SVXSTRARY_MARGINS_INCH", "Medium Large (1/2″)"), 720 },
+ { NC_("RID_SVXSTRARY_MARGINS_INCH", "Large (3/4″)"), 1077 },
+ { NC_("RID_SVXSTRARY_MARGINS_INCH", "Extra Large (1″)"), 1440 },
{ nullptr, 0 }
};