From 6537fac1798e1f41bb8450caeb0c2354e81fd394 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Mon, 2 Oct 2017 03:48:52 -0500 Subject: Tone down excessive directional chars in Back/Next buttons This tiny inconsistency with other software has annoyed me for too long. Change-Id: Ieef8cdcf13f1cea0e414fbe086e45a4e05895467 --- include/svtools/strings.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svtools/strings.hrc') diff --git a/include/svtools/strings.hrc b/include/svtools/strings.hrc index 8e107b31088e..779abaf7509c 100644 --- a/include/svtools/strings.hrc +++ b/include/svtools/strings.hrc @@ -240,8 +240,8 @@ #define STR_SVT_PRNDLG_JOBCOUNT NC_("STR_SVT_PRNDLG_JOBCOUNT", "%d documents") #define STR_WIZDLG_FINISH NC_("STR_WIZDLG_FINISH", "~Finish") -#define STR_WIZDLG_NEXT NC_("STR_WIZDLG_NEXT", "~Next >>") -#define STR_WIZDLG_PREVIOUS NC_("STR_WIZDLG_PREVIOUS", "<< Bac~k") +#define STR_WIZDLG_NEXT NC_("STR_WIZDLG_NEXT", "~Next >") +#define STR_WIZDLG_PREVIOUS NC_("STR_WIZDLG_PREVIOUS", "< Bac~k") #define STR_WIZDLG_ROADMAP_TITLE NC_("STR_WIZDLG_ROADMAP_TITLE", "Steps") #define STR_NO_FIELD_SELECTION NC_("STR_NO_FIELD_SELECTION", "") -- cgit