diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-02 03:48:52 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-02 03:48:52 -0500 |
commit | 6537fac1798e1f41bb8450caeb0c2354e81fd394 (patch) | |
tree | edfddafaf6abe4c61c1040d7e23432306c0e8563 /include/svtools/strings.hrc | |
parent | b4d9f5d4d6475565530d8f698bd8f72fc685b491 (diff) |
Tone down excessive directional chars in Back/Next buttons
This tiny inconsistency with other software has annoyed me for too long.
Change-Id: Ieef8cdcf13f1cea0e414fbe086e45a4e05895467
Diffstat (limited to 'include/svtools/strings.hrc')
-rw-r--r-- | include/svtools/strings.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
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", "<none>") |