Export blacklist preference strings

This commit is contained in:
Karim Abou Zeid 2017-09-11 13:59:57 +02:00
commit a7ce03dfd1
No known key found for this signature in database
GPG key ID: 948B11DC67FD9BAF
2 changed files with 3 additions and 2 deletions

View file

@ -293,4 +293,5 @@
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
</resources>

View file

@ -4,8 +4,8 @@
<com.kabouzeid.gramophone.preferences.BlacklistPreference
android:key="blacklist"
android:summary="The content of blacklisted folders is hidden from your library."
android:title="Blacklist" />
android:summary="@string/pref_summary_blacklist"
android:title="@string/blacklist" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>