Created
January 12, 2017 02:51
-
-
Save invisiblek/f5bc67e820840497cdda4d729f0fdc7b to your computer and use it in GitHub Desktop.
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/core/res/res/values/strings.xml b/core/res/res/values/strings.xml | |
index 8f5f8cf..ddac3bb 100644 | |
--- a/core/res/res/values/strings.xml | |
+++ b/core/res/res/values/strings.xml | |
@@ -4284,7 +4284,7 @@ | |
<!-- Error message shown when there is a system error which can be solved by user performing factory reset. [CHAR LIMIT=NONE] --> | |
<string name="system_error_wipe_data">There\'s an internal problem with your device, and it may be unstable until you factory data reset.</string> | |
<!-- Error message shown when there is a system error which can be solved by the manufacturer. [CHAR LIMIT=NONE] --> | |
- <string name="system_error_manufacturer">There\'s an internal problem with your device. Contact your manufacturer for details.</string> | |
+ <string name="system_error_manufacturer">There\'s an internal problem with your device. Contact your manufacturer for details. This typically happens when your vendor partition is outdated.</string> | |
<!-- Displayed when the USSD/SS request is modified by STK CC to a | |
different request. This will be displayed in a toast. --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment