Merge "Emulator: Have the Settings page say "About emulated device""
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d14c37a..fb2b1e0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2857,6 +2857,8 @@
     <string name="about_settings" product="tablet">About tablet</string>
     <!-- Main settings screen, setting title for the user to go into the About phone screen -->
     <string name="about_settings" product="default">About phone</string>
+    <!-- Main settings screen, setting title for the user to go into the About phone screen -->
+    <string name="about_settings" product="emulator">About emulated device</string>
     <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
     <string name="about_settings_summary">View legal info, status, software version</string>
     <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->