Extract "Devices" preference category title to string resource

Fixes #4621
// FREEBIE
This commit is contained in:
Geonu Kang
2015-11-20 13:50:00 +09:00
parent d5bf1b6137
commit d9467ef3c5
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
android:icon="?pref_ic_chats"/>
<Preference android:key="preference_category_devices"
android:title="Devices"
android:title="@string/preferences__devices"
android:icon="?pref_ic_devices"/>
<Preference android:key="preference_category_advanced"