summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-28 21:42:53 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-28 21:42:54 +0200
commit713d915636d64d42bf94e3cf93e3c469201129d6 (patch)
tree762e0afe7b612674b2d83c964c89b63ead3c8794 /recovery.cpp
parentMerge changes from topic 'sinkfn' (diff)
parentAdd the missing sr-Latn into png files and rename the png locale header (diff)
downloadandroid_bootable_recovery-713d915636d64d42bf94e3cf93e3c469201129d6.tar
android_bootable_recovery-713d915636d64d42bf94e3cf93e3c469201129d6.tar.gz
android_bootable_recovery-713d915636d64d42bf94e3cf93e3c469201129d6.tar.bz2
android_bootable_recovery-713d915636d64d42bf94e3cf93e3c469201129d6.tar.lz
android_bootable_recovery-713d915636d64d42bf94e3cf93e3c469201129d6.tar.xz
android_bootable_recovery-713d915636d64d42bf94e3cf93e3c469201129d6.tar.zst
android_bootable_recovery-713d915636d64d42bf94e3cf93e3c469201129d6.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index c2262161a..b24efa963 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -122,7 +122,7 @@ static const int BATTERY_READ_TIMEOUT_IN_SEC = 10;
static const int BATTERY_OK_PERCENTAGE = 20;
static const int BATTERY_WITH_CHARGER_OK_PERCENTAGE = 15;
static constexpr const char* RECOVERY_WIPE = "/etc/recovery.wipe";
-static constexpr const char* DEFAULT_LOCALE = "en_US";
+static constexpr const char* DEFAULT_LOCALE = "en-US";
static std::string locale;
static bool has_cache = false;