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 /wizards | |
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 'wizards')
-rw-r--r-- | wizards/source/resources/resources_en_US.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wizards/source/resources/resources_en_US.properties b/wizards/source/resources/resources_en_US.properties index 788b96ed5a69..53148ef4503c 100644 --- a/wizards/source/resources/resources_en_US.properties +++ b/wizards/source/resources/resources_en_US.properties @@ -151,8 +151,8 @@ RID_REPORT_121=Generic RID_REPORT_122=Worldmap RID_DB_COMMON_0=C~reate RID_DB_COMMON_1=~Cancel -RID_DB_COMMON_2=<< ~Back -RID_DB_COMMON_3=~Next >> +RID_DB_COMMON_2=< ~Back +RID_DB_COMMON_3=~Next > RID_DB_COMMON_4=~Database RID_DB_COMMON_5=~Table name RID_DB_COMMON_6=An error occurred while running the wizard. The wizard will be terminated. @@ -372,12 +372,12 @@ RID_TABLE_50=Schema of the table RID_TABLE_51=The field '%FIELDNAME' already exists. STEP_ZERO_0=~Cancel STEP_ZERO_1=~Help -STEP_ZERO_2=<<~Back +STEP_ZERO_2=< ~Back STEP_ZERO_3=~Convert STEP_ZERO_4=Note: Currency amounts from external links and currency conversion factors in formulas cannot be converted. STEP_ZERO_5=First, unprotect all sheets. STEP_ZERO_6=Currencies: -STEP_ZERO_7=C~ontinue>> +STEP_ZERO_7=C~ontinue > STEP_ZERO_8=C~lose STEP_CONVERTER_0=~Entire document STEP_CONVERTER_1=Selection @@ -525,8 +525,8 @@ MsgDirNotThere=The '%1' directory does not exist. QueryfornewCreation=Do you want to create it now? HelpButton=~Help CancelButton=~Cancel -BackButton=<< ~Back -NextButton=Ne~xt >> +BackButton=< ~Back +NextButton=Ne~xt > BeginButton=~Convert CloseButton=~Close WelcometextLabel1=This wizard convert legacy format documents to Open Document Format for Office Applications. |