aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThomas Knepper <thknepper@gmx.de>2014-04-09 15:07:21 +0200
committerThomas Knepper <thknepper@gmx.de>2014-04-09 15:07:21 +0200
commitbc4e3e8e40fe538bb765c0a92dd3635a6b13a36d (patch)
tree493a5eb4a9778d511198a178d67662fc427c30f3 /AndroidManifest.xml
parent8e5d120459a0375a1468177bc18fc0cd2f43eb58 (diff)
downloaddsub-bc4e3e8e40fe538bb765c0a92dd3635a6b13a36d.tar.gz
dsub-bc4e3e8e40fe538bb765c0a92dd3635a6b13a36d.tar.bz2
dsub-bc4e3e8e40fe538bb765c0a92dd3635a6b13a36d.zip
Use resource string instead of hard code
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1028ad06..271b91b3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -176,22 +176,22 @@
android:authorities="github.daneren2005.dsub.provider.DSubSearchProvider"/>
<provider android:name="github.daneren2005.dsub.provider.PlaylistStubProvider"
android:authorities="github.daneren2005.dsub.playlists.provider"
- android:label="Playlists"
+ android:label="@string/button_bar.playlists"
android:exported="false"
android:syncable="true"/>
<provider android:name="github.daneren2005.dsub.provider.PodcastStubProvider"
android:authorities="github.daneren2005.dsub.podcasts.provider"
- android:label="Podcasts"
+ android:label="@string/button_bar.podcasts"
android:exported="false"
android:syncable="true"/>
<provider android:name="github.daneren2005.dsub.provider.StarredStubProvider"
android:authorities="github.daneren2005.dsub.starred.provider"
- android:label="Starred"
+ android:label="@string/main.albums_starred"
android:exported="false"
android:syncable="true"/>
<provider android:name="github.daneren2005.dsub.provider.MostRecentStubProvider"
android:authorities="github.daneren2005.dsub.mostrecent.provider"
- android:label="MostRecent"
+ android:label="@string/provider.most_recent"
android:exported="false"
android:syncable="true"/>