Change wording of date options to clarify; previously English format was not the format used in England.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16088 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2008-01-14 13:21:05 +00:00
parent d1e4bb2334
commit feefc90a2a

View file

@ -29,7 +29,7 @@ static const struct opt_items noyes_text[] = {
static const struct opt_items backlight_settings_text[] = {
{ "Always Off", -1 },
{ "Rockbox setting", -1 },
{ "Use Rockbox Setting", -1 },
{ "Always On", -1 }
};
@ -40,14 +40,14 @@ static const struct opt_items idle_poweroff_text[] = {
static const struct opt_items date_format_text[] = {
{ "No date", -1 },
{ "English format", -1 },
{ "European format", -1 },
{ "Japanese format", -1 },
{ "US (M-D-Y)", -1 },
{ "European (D-M-Y)", -1 },
{ "Japanese (Y-M-D)", -1 },
};
static const struct opt_items hour_format_text[] = {
{ "24-hour Format", -1 },
{ "12-hour Format", -1 }
{ "24-Hour", -1 },
{ "12-Hour", -1 }
};
/***************