diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-03-10 19:01:42 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-10 19:01:42 -0500 |
commit | a87abdb28f929623354270f257cc63bf73b3e74c (patch) | |
tree | 12adaa05b732e4323fa4c5f899c2c8979372697b | |
parent | 7201c3a685fe71348a2576f19e77e0f8ab9638a6 (diff) | |
download | rockbox-a87abdb28f.tar.gz rockbox-a87abdb28f.zip |
Special-case the storage names for hibylinux-based hosted targets
Change-Id: I66a4eebe244e9656f851d83aae0346af4367728f
-rw-r--r-- | apps/features.txt | 6 | ||||
-rw-r--r-- | apps/lang/english.lang | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt index d72136f94e..282f5e6a6d 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -2,7 +2,7 @@ when the .lng and .voice files are built. That means that a change in this file will break compatibility with older .lng and .voice files and that those version numbers should be updated. It also means that changing defines in - the various config*.h files could also break back compatibility */ + the various config*.h files could also break back compatibility */ #if defined(HAVE_ACCESSORY_SUPPLY) accessory_supply @@ -270,3 +270,7 @@ boot_data #if defined(HAVE_MULTIBOOT) multi_boot #endif + +#if defined(HIBY_LINUX) +hibylinux +#endif diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 65f8575df0..9b3f6712e4 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -6115,14 +6115,17 @@ <source> *: "Int:" xduoox3: "mSD1:" + hibylinux: "mSD:" </source> <dest> *: "Int:" xduoox3: "mSD1:" + hibylinux: "mSD:" </dest> <voice> *: "Internal" xduoox3: "micro S D 1" + hibylinux: "micro S D" </voice> </phrase> <phrase> |