diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:38 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:38 -0800 |
commit | aec52de1c66b9ec52b126705ea1a63c2db6e12e5 (patch) | |
tree | f3b2d88f92ddbb5366a2817558bc63aa8c36353c /res/values | |
parent | 1a16d15d91a3896065ceeb4972231eb5656a6f6c (diff) | |
download | packages_apps_browser-aec52de1c66b9ec52b126705ea1a63c2db6e12e5.zip packages_apps_browser-aec52de1c66b9ec52b126705ea1a63c2db6e12e5.tar.gz packages_apps_browser-aec52de1c66b9ec52b126705ea1a63c2db6e12e5.tar.bz2 |
auto import from //depot/cupcake/@137055
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 3 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 4426ec9..f34b640 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -37,9 +37,6 @@ <!-- Gears Dialogs --> <color name="permission_border">#f1cc1d</color> <color name="permission_background">#faefb8</color> - <color name="shortcut_border">#e8e8e8</color> - <color name="shortcut_background">#f8f8f8</color> - <color name="icon_selection">#ff7a00</color> <color name="dialog_link">#ff0000ff</color> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 78ce306..d605657 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -527,7 +527,7 @@ <!-- Message for a dialog informing the user that the SD card used for external storage is busy so they cannot download anything. Informs the user how to enable SD card storage --> - <string name="download_sdcard_busy_dlg_msg">The SD card is busy. To allow downloads, go to Home > Settings > SD card & phone storage and clear the \"Use for USB storage\" check box.</string> + <string name="download_sdcard_busy_dlg_msg">The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string> <!-- Message for a dialog informing the user that there is no application on the phone that can open the file that was downloaded --> @@ -585,6 +585,8 @@ <string-array name="bookmarks" translatable="false"> <item>Google</item> <item>http://www.google.com/</item> + <item>Picasa Web Albums</item> + <item>http://picasaweb.google.com/m/viewer?source=androidclient</item> <item>Yahoo!</item> <item>http://www.yahoo.com/</item> <item>MSN</item> |