Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created January 12, 2017 02:51
Show Gist options
  • Save invisiblek/f5bc67e820840497cdda4d729f0fdc7b to your computer and use it in GitHub Desktop.
Save invisiblek/f5bc67e820840497cdda4d729f0fdc7b to your computer and use it in GitHub Desktop.
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