Last active
August 29, 2015 14:15
-
-
Save pamaury/899657eb3a78d8b81775 to your computer and use it in GitHub Desktop.
Fix ZEN lang string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/apps/lang/english.lang b/apps/lang/english.lang | |
index 1135705..80b9046 100644 | |
--- a/apps/lang/english.lang | |
+++ b/apps/lang/english.lang | |
@@ -336,6 +336,7 @@ | |
mrobe500: "PLAY, POWER, or top-right = Yes" | |
archosplayer: "(PLAY/STOP)" | |
vibe500: "OK = Yes" | |
+ creativezen*: "Select = Yes" | |
</source> | |
<dest> | |
*: "PLAY = Yes" | |
@@ -345,6 +346,7 @@ | |
mrobe500: "PLAY, POWER, or top-right = Yes" | |
archosplayer: "(PLAY/STOP)" | |
vibe500: "OK = Yes" | |
+ creativezen*: "Select = Yes" | |
</dest> | |
<voice> | |
*: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment