- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Language
- Assigned To No-one
- Operating System Iriver H100 series
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#6830 - Confirm dialogue "NEXT = yes" works as "NAVI = yes"
Either the text or the button mapping is wrong in the confirm dialogue. NAVI confirms when the text says “NEXT = Yes”. Personally I would prefer RIGHT/NEXT.
A search for “confirm” in the manual results in one place where it says RIGHT and one where it’s RIGHT or NAVI.
Closed by nls
2007-03-14 23:32
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2007-03-14 23:32
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Bagder fixed this in a recent commit
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Other’s have reported the string to read the intended NAVI = Yes so if you really have NEXT = Yes on an iriver h100 (not h10) you must somehow have installed a h10 .lng file, try to reinstall rockbox, unzip the complete zip file, not just the rockbox.iriver file and see if the problem is still there.
What am I doing wrong? “NEXT” is in the english.lng in my downloaded zip. NAVI is not.
$ rm -rf .rockbox rockbox.iriver && wget -q http://build.rockbox.org/dist/build-h100/rockbox.zip && unzip -q rockbox.zip && strings .rockbox/langs/english.lng |grep Yes
;NEXT = Yes
Yes - Recent only
$
I’m sorry my sim was for the iriver h120, most people refer to h100/h110/h120/h140 simply as h100 but as you know they are in fact different builds, I now built another sim and could reproduce the problem, it seems like the lang build system matches the h100 to h10 target specific strings _when_ the h10 string comes after the h100 one. Reordering the stings in the lang file could work as a workaround but it’s not the Right Way ™ to do it
be patient it will hopefully be fixed soon.
It works now. Thanks!