diff options
| author | Marc Guay <marcguay@rockbox.org> | 2009-01-03 14:20:56 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2009-01-03 14:20:56 +0000 |
| commit | 60359bfffee621e2f49c9e6a3e65f6aaab56c90d (patch) | |
| tree | 3a41426a420c6dccff2b9d43001da33c1f9e36b9 | |
| parent | 4ea961ae3337cc75ecbe7f4fcc5c261c09541dbc (diff) | |
| download | rockbox-60359bfffee621e2f49c9e6a3e65f6aaab56c90d.zip rockbox-60359bfffee621e2f49c9e6a3e65f6aaab56c90d.tar.gz rockbox-60359bfffee621e2f49c9e6a3e65f6aaab56c90d.tar.bz2 rockbox-60359bfffee621e2f49c9e6a3e65f6aaab56c90d.tar.xz | |
Change System->Version to System->Credits. Closes FS#9620.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19660 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 8 | ||||
| -rw-r--r-- | manual/main_menu/main.tex | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 851c475..b92b816 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -7034,16 +7034,16 @@ </phrase> <phrase> id: LANG_VERSION - desc: in the info menu + desc: start the credits.rock plugin which shows who made Rockbox user: <source> - *: "Version" + *: "Credits" </source> <dest> - *: "Version" + *: "Credits" </dest> <voice> - *: "Version" + *: "Credits" </voice> </phrase> <phrase> diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index e9c2c62..dc70013 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -216,8 +216,8 @@ pages of information.} }% \nopt{multivolume}{Hard disk size and the amount of free space on the disk.} -\item[Version:] - Software version and credits display. +\item[Credits:] + Display the list of contributors. \nopt{rtc}{ \item[Sleep Timer:] |