Export blacklist preference strings
This commit is contained in:
parent
a7cc766f2e
commit
a7ce03dfd1
2 changed files with 3 additions and 2 deletions
|
|
@ -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="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="clear_blacklist">Clear blacklist</string>
|
||||||
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the 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>
|
</resources>
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
<com.kabouzeid.gramophone.preferences.BlacklistPreference
|
<com.kabouzeid.gramophone.preferences.BlacklistPreference
|
||||||
android:key="blacklist"
|
android:key="blacklist"
|
||||||
android:summary="The content of blacklisted folders is hidden from your library."
|
android:summary="@string/pref_summary_blacklist"
|
||||||
android:title="Blacklist" />
|
android:title="@string/blacklist" />
|
||||||
|
|
||||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue