From ec7eb07d2823bca34ff384d0d9112b5a5a50c822 Mon Sep 17 00:00:00 2001
From: Amith Yamasani <yamasani@google.com>
Date: Thu, 11 Feb 2010 06:06:02 -0800
Subject: [PATCH] String edits for language selection.

---
 res/values/strings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2ac48a6e0f..9025ca0f6d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -313,9 +313,9 @@
     <string name="inputMethod">Input method</string>
     
     <!-- Title for input language selection screen -->
-    <string name="language_selection_title">Select input languages</string>
+    <string name="language_selection_title">Input languages</string>
     <!-- Title summary for input language selection screen -->
-    <string name="language_selection_summary">Slide your finger across the spacebar to switch</string>
+    <string name="language_selection_summary">Slide finger on spacebar to change language</string>
     
     <!-- Add to dictionary hint -->
     <string name="hint_add_to_dictionary">\u2190 Tap again to save</string>
-- 
GitLab