summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-22 20:27:26 +0100
committerTianjie Xu <xunchang@google.com>2017-03-25 00:54:52 +0100
commit2078b22e4145fef2648cc714eae6588353940c4b (patch)
tree9d93bb7dfa2f4bd9951aaa5fe429a511b1435b33 /recovery.cpp
parentMerge "Redundant checking of STL container element" (diff)
downloadandroid_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar
android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.gz
android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.bz2
android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.lz
android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.xz
android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.zst
android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.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 ccb8e5d95..a374eed8a 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;