aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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"/>