diff options
author | Doug Zongker <dougz@google.com> | 2012-09-19 02:16:19 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-09-19 02:16:19 +0200 |
commit | f8084b400db56192f9a6b115d5b4e03ca6b23023 (patch) | |
tree | 0afa7d4bca2d1042f1cf3085c121967de2a92815 | |
parent | am ed3bc11e: am 5fa8c239: localization for recovery messages (diff) | |
parent | am b66cb69e: tweak recovery text images (diff) | |
download | android_bootable_recovery-f8084b400db56192f9a6b115d5b4e03ca6b23023.tar android_bootable_recovery-f8084b400db56192f9a6b115d5b4e03ca6b23023.tar.gz android_bootable_recovery-f8084b400db56192f9a6b115d5b4e03ca6b23023.tar.bz2 android_bootable_recovery-f8084b400db56192f9a6b115d5b4e03ca6b23023.tar.lz android_bootable_recovery-f8084b400db56192f9a6b115d5b4e03ca6b23023.tar.xz android_bootable_recovery-f8084b400db56192f9a6b115d5b4e03ca6b23023.tar.zst android_bootable_recovery-f8084b400db56192f9a6b115d5b4e03ca6b23023.zip |
Diffstat (limited to '')
-rw-r--r-- | res/images/erasing_text.png | bin | 31490 -> 31491 bytes | |||
-rw-r--r-- | res/images/error_text.png | bin | 17498 -> 17504 bytes | |||
-rw-r--r-- | res/images/installing_text.png | bin | 66587 -> 66592 bytes | |||
-rw-r--r-- | res/images/no_command_text.png | bin | 40633 -> 40632 bytes | |||
-rw-r--r-- | screen_ui.cpp | 3 |
5 files changed, 2 insertions, 1 deletions
diff --git a/res/images/erasing_text.png b/res/images/erasing_text.png Binary files differindex 8b9f265fb..441768a0c 100644 --- a/res/images/erasing_text.png +++ b/res/images/erasing_text.png diff --git a/res/images/error_text.png b/res/images/error_text.png Binary files differindex b64b3d7ac..4ac6391ff 100644 --- a/res/images/error_text.png +++ b/res/images/error_text.png diff --git a/res/images/installing_text.png b/res/images/installing_text.png Binary files differindex 9c16c7708..e1ac819e6 100644 --- a/res/images/installing_text.png +++ b/res/images/installing_text.png diff --git a/res/images/no_command_text.png b/res/images/no_command_text.png Binary files differindex 2241259e2..a688f0935 100644 --- a/res/images/no_command_text.png +++ b/res/images/no_command_text.png diff --git a/screen_ui.cpp b/screen_ui.cpp index 64a5dcdd2..ab7546d40 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -393,7 +393,8 @@ void ScreenRecoveryUI::SetLocale(const char* locale) { if (strcmp(lang, "ar") == 0 || // Arabic strcmp(lang, "fa") == 0 || // Persian (Farsi) strcmp(lang, "he") == 0 || // Hebrew (new language code) - strcmp(lang, "iw") == 0) { // Hebrew (old language code) + strcmp(lang, "iw") == 0 || // Hebrew (old language code) + strcmp(lang, "ur") == 0) { // Urdu rtl_locale = true; } free(lang); |