forked from len0rd/rockbox
Spelling fixes (UK English) by Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20009 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32d7c6a863
commit
281227321e
1 changed files with 2 additions and 2 deletions
|
|
@ -1717,7 +1717,7 @@ int settings_menu(void)
|
||||||
bool old_val;
|
bool old_val;
|
||||||
|
|
||||||
MENUITEM_STRINGLIST(settings_menu, "PictureFlow Settings", NULL, "Show FPS",
|
MENUITEM_STRINGLIST(settings_menu, "PictureFlow Settings", NULL, "Show FPS",
|
||||||
"Spacing", "Center margin", "Number of slides", "Zoom",
|
"Spacing", "Centre margin", "Number of slides", "Zoom",
|
||||||
"Show album title", "Resize Covers", "Rebuild cache");
|
"Show album title", "Resize Covers", "Rebuild cache");
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
|
@ -1737,7 +1737,7 @@ int settings_menu(void)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
rb->set_int("Center margin", "", 1,
|
rb->set_int("Centre margin", "", 1,
|
||||||
¢er_margin,
|
¢er_margin,
|
||||||
NULL, 1, 0, 80, NULL );
|
NULL, 1, 0, 80, NULL );
|
||||||
recalc_offsets();
|
recalc_offsets();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue