[PATCH] Rename misleading Sort by Name option to Reverse Sort Order
Stefan Knorr (via Code Review)
gerrit at gerrit.libreoffice.org
Mon Apr 8 03:11:45 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3274
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/74/3274/1
Rename misleading Sort by Name option to Reverse Sort Order
This list is always sorted by name, the option just reverses the
sorting. Also, add a missing "to".
Change-Id: I60cd912d5319ea3ca8fe612c13ca23f6af6f062e
---
M sfx2/source/doc/templatedlg.src
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src
index 1761118..0e31578 100644
--- a/sfx2/source/doc/templatedlg.src
+++ b/sfx2/source/doc/templatedlg.src
@@ -13,7 +13,7 @@
String STR_ACTION_SORT_NAME
{
- Text [ en-US ] = "Sort by name";
+ Text [ en-US ] = "Reverse Sort Order";
};
String STR_ACTION_REFRESH
@@ -84,7 +84,7 @@
String STR_MSG_ERROR_SELECT_FOLDER
{
- Text [ en-US ] = "Select the destination folder(s) to save the template.";
+ Text [ en-US ] = "Select the destination folder(s) to save the template to.";
};
String STR_INPUT_TEMPLATE_NEW
--
To view, visit https://gerrit.libreoffice.org/3274
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I60cd912d5319ea3ca8fe612c13ca23f6af6f062e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Stefan Knorr <heinzlesspam at gmail.com>
More information about the LibreOffice
mailing list