First part of fix to bug 1813461, changing "Factory reset" to "Uninstall updates"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e7bad74..768033a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1312,7 +1312,7 @@
     <!-- Manage applications, individual application info screen, button label under Storage heading. Button to clear all data associated with tis app (for exampel, remove all cached emails for an Email app) -->
     <string name="clear_user_data_text">Clear data</string>
     <!-- Manage applications, restore updated system application to factory version -->
-    <string name="app_factory_reset">Factory reset</string>
+    <string name="app_factory_reset">Uninstall updates</string>
     <!-- Manage applications, individual application info screen, screen, message text under Launch by default heading. This is present if the app is set as a default for some actions. -->
     <string name="auto_launch_enable_text">You have selected to launch this application by default for some actions.</string>
     <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->