Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9326 - Minor fixes in plugin strings

Attached to Project: Rockbox
Opened by Clément Pit--Claudel (CFP) - Tuesday, 26 August 2008, 09:59 GMT+2
Last edited by Nils Wallménius (nls) - Tuesday, 26 August 2008, 11:37 GMT+2
Task Type Bugs
Category Applications
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

2 minor fixes for string problems in jpeg and xobox plugins.
When jpeg plugin doesn't have enough memory to display the picture, it diplays 'Off: Quit'. However, on Gigabeat F players, 'Off' is actually the 'menu' key.
In xobox, when the player has only one life left, "1 Lives" is displayed instead of "1 Life"
CFP
   jpeg_plugin_keys.diff (0.5 KiB)
 apps/plugins/jpeg.c |    4 ++++
 1 file changed, 4 insertions(+)

   xobox_plural.diff (0.7 KiB)
 apps/plugins/xobox.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Tuesday, 26 August 2008, 11:37 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  I committed the grammar fix for xobox, thanks!
A different approach for target specific strings for plugins is being worked on so I didn't commit the jpeg patch.

Loading...