This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8538 - Inconsistencies in menu wording/capitalization
Attached to Project:
Rockbox
Opened by Marc Guay (Marc_Guay) - Thursday, 31 January 2008, 21:03 GMT+2
Last edited by Jonas Häggqvist (rasher) - Friday, 14 March 2008, 11:02 GMT+2
Opened by Marc Guay (Marc_Guay) - Thursday, 31 January 2008, 21:03 GMT+2
Last edited by Jonas Häggqvist (rasher) - Friday, 14 March 2008, 11:02 GMT+2
|
DetailsSmallest "bug" ever. In the Database menu these two items are next to each other:
Initialize now Update Now It would make sense to me to capitalize the first "now" to be more consistent with the rest of the menu style. |
This task depends upon
Closed by Jonas Häggqvist (rasher)
Friday, 14 March 2008, 11:02 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r16663.
Friday, 14 March 2008, 11:02 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r16663.
Files->Context Menu-> "Add to shortcuts" should be changed to "Add to Shortcuts".
Database: Initialize now -> Initialize Now
Voice: Say file type -> Say File Type (maybe Speak/Voice instead of Say)
File browser settings: Max Files in Dir Browser -> Max Entries in File Browser (that's my favourite anyway)
File Context Menu: "Add to shortcuts" -> "Add to Shortcuts"
and the same for these as well...
* Insert last
* Insert shuffled
* Queue next
* Queue last
* Queue shuffled
sed -i \
-e 's/Initialize now/Initialize Now/' \
-e 's/Say file type/Say File Type/' \
-e 's/Max Files in Dir Browser/Max Entries in File Browser/' \
-e 's/Add to shortcuts/Add to Shortcuts/' \
-e 's/Insert last/Insert Last/' \
-e 's/Insert next/Insert Next/' \
-e 's/Insert shuffled/Insert Shuffled/' \
-e 's/Queue next/Queue Next/' \
-e 's/Queue last/Queue Last/' \
-e 's/Queue shuffled/Queue Shuffled/' \
apps/lang/*.lang
Manage Settings: "Browse .cfg files" -> "Browse .cfg Files"
"Write .cfg file" -> "Save .cfg File" (seems like "Save" is more commonly used)
"Browse .cfg files" -> "Browse .cfg Files"
"Write .cfg file" -> "Save .cfg File" (seems like "Save" is more commonly used), and "Save Recording Settings" would be even more in line (Save Sound Settings and Save Theme Settings are both used elsewhere)
I'll leave it open a bit longer, since it's an easy fix, non-critical and I'd rather do it all in one commit to avoid cluttering the SVN log.