diff options
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3026ba5..8e51247 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -800,11 +800,11 @@ <!-- Bookmarks --> <string-array name="bookmarks" translatable="false"> <item>Google</item> - <item>https://www.google.com</item> + <item>www.google.com</item> <item>CyanogenMod</item> - <item>http://www.cyanogenmod.org</item> + <item>www.cyanogenmod.org</item> <item>CyanogenMod Wiki</item> - <item>http://wiki.cyanogenmod.org/w/Main_Page</item> + <item>wiki.cyanogenmod.org/w/Main_Page</item> </string-array> <!-- The description of the suggestion that lets the user search the web for the query currently |