diff options
author | Mike LeBeau <mlebeau@android.com> | 2009-05-13 20:11:00 -0700 |
---|---|---|
committer | Mike LeBeau <mlebeau@android.com> | 2009-05-13 20:48:40 -0700 |
commit | 1ef26a30d0372d9fe55e8cb877b1b94bc93c2829 (patch) | |
tree | 052423c9e528c065e258cd04c728e1ae254e6f42 /res/values-zh-rCN | |
parent | 21beb13181eb2b04a0356c77e0c737ea7acdad71 (diff) | |
download | packages_apps_browser-1ef26a30d0372d9fe55e8cb877b1b94bc93c2829.zip packages_apps_browser-1ef26a30d0372d9fe55e8cb877b1b94bc93c2829.tar.gz packages_apps_browser-1ef26a30d0372d9fe55e8cb877b1b94bc93c2829.tar.bz2 |
Only swap title and subtitle for website suggestions; query suggestions
should still stay the same (i.e., query in title, number of results in
subtitle).
Also update all url subtitles to be green text as per search UI standards.
And change the text of "Search Google" to "Search the web" to accommodate
upcoming choices of web search provider.
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r-- | res/values-zh-rCN/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index c8fad06..2928301 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -238,7 +238,6 @@ <string name="download_length_required">"无法下载。无法确定该项的大小。"</string> <string name="download_precondition_failed">"下载中断,无法重新开始。"</string> <string name="activity_instrumentation_test_runner">"浏览器测试运行器"</string> - <string name="search_google">"使用 Google 进行搜索"</string> <string name="permlab_readHistoryBookmarks">"读取浏览器的历史记录和书签"</string> <string name="permdesc_readHistoryBookmarks">"允许应用程序读取浏览器访问过的所有网址以及浏览器的所有书签。"</string> <string name="permlab_writeHistoryBookmarks">"写入浏览器的历史记录和书签"</string> |