diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2023-05-26 12:45:16 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2023-05-26 12:48:23 -0400 |
commit | 6e192dc28d6bddcc405dc66f0ca5174d265f66af (patch) | |
tree | 8998d60b566d5fb2dbdc1ee0a510bef7fcc87271 | |
parent | 49b877470d07e74b3168117975f2540f47531010 (diff) | |
download | rockbox-6e192dc28d.tar.gz rockbox-6e192dc28d.zip |
hiby: the second drive for these is "USB" not "HD1"
Change-Id: I6a703265398db14ac9c83a51091184492123e1fb
-rw-r--r-- | apps/lang/english.lang | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 68250743ba..49a953f995 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -6125,18 +6125,21 @@ user: core <source> *: none - multivolume: "HD1" + hibylinux: "USB:" + multivolume: "HD1:" sansac200*,sansaclipplus,sansae200*,sansafuze*: "mSD:" xduoox3: "mSD2:" </source> <dest> *: none - multivolume: "HD1" + hibylinux: "USB:" + multivolume: "HD1:" sansac200*,sansaclipplus,sansae200*,sansafuze*: "MSD:" xduoox3: "mSD2:" </dest> <voice> *: none + hibylinux: "U S B" multivolume: "H D 1" sansac200*,sansaclipplus,sansae200*,sansafuze*: "micro S D" xduoox3: "micro S D 2" |