summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-04-25 00:27:57 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-04-25 00:27:57 -0700
commitd2e30f629da3cfa37787bd64facdc1b104a62e14 (patch)
tree1a34d825e0c25c78b7fd311cb1be9d9b6b3213c8 /res
parentc5b144a4bace689d571f5cf0fa1640ec10df25b6 (diff)
parente16558a99e4bc0c9b78ee0587c4b4ac92c672eb0 (diff)
downloadandroid_packages_apps_Gallery2-d2e30f629da3cfa37787bd64facdc1b104a62e14.tar.gz
android_packages_apps_Gallery2-d2e30f629da3cfa37787bd64facdc1b104a62e14.tar.bz2
android_packages_apps_Gallery2-d2e30f629da3cfa37787bd64facdc1b104a62e14.zip
Merge "Gallery2: Fix menu icon is missing when change language on Videos page." into android_ui.lnx.1.2-dev
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 336962488..6cc605496 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1168,9 +1168,9 @@ CHAR LIMIT = NONE] -->
<string name="text_makeup_Soften">Soften</string>
<string-array name="title_array_nav_items">
- <item>Timeline</item>
- <item>Albums</item>
- <item>Videos</item>
+ <item>@string/timeline_title</item>
+ <item>@string/albums_title</item>
+ <item>@string/videos_title</item>
</string-array>
<string name="navigation_drawer_title" translatable="false">@string/app_name</string>