summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichal Szynkaruk <michal2.szynkaruk@sonymobile.com>2012-10-29 15:01:35 +0100
committerTakeshi Aimi <takeshi.aimi@sonymobile.com>2013-03-12 13:49:22 +0900
commitefad1c3a043852a2defd5c41e7e0816510f075c6 (patch)
tree84758e8be7d64f408c5f79f7bb25fc6eed9c98a1 /AndroidManifest.xml
parent517170834d362b7c5a26250f844cc96ec95c329a (diff)
downloadandroid_packages_apps_Gello-efad1c3a043852a2defd5c41e7e0816510f075c6.tar.gz
android_packages_apps_Gello-efad1c3a043852a2defd5c41e7e0816510f075c6.tar.bz2
android_packages_apps_Gello-efad1c3a043852a2defd5c41e7e0816510f075c6.zip
Missing translation for Save Bookmark in Browser
When there are multiple Browsers installed, the dialog "Complete action using" is displayed after clicking on a star in Bookmarks screen. The activity AddBookmarkPage has a hard-coded label name in English, which is displayed in the dialog even in other languages. This change makes it possible for developers to change the label name by adding corresponding language resources. Change-Id: Ibad4aa86ffc3467f2b67083827a9b256fdc4321a
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d871dbf4..9b29fd2c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -184,7 +184,7 @@
android:resource="@xml/bookmarks_searchable" />
</activity>
- <activity android:name="AddBookmarkPage" android:label="Save bookmark"
+ <activity android:name="AddBookmarkPage" android:label="@string/bookmarks_add_page"
android:theme="@style/DialogWhenLarge"
android:configChanges="orientation|keyboardHidden|screenSize"
android:windowSoftInputMode="adjustResize">