Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfce0dc3 authored by Nishith  Khanna's avatar Nishith Khanna Committed by Mohammed Althaf T
Browse files

Extract show notificaton count to a string so that it can be translated

parent eeaae51a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,4 +14,5 @@
    <string name="widget_add">Add</string>
    <string name="widget_remove">Remove</string>
    <string name="remove_widgets">Remove Widgets</string>
    <string name="show_notification_count">Show notification count</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -69,5 +69,5 @@
        android:defaultValue="true"
        android:key="pref_notif_count"
        android:persistent="true"
        android:title="Show notification count" />
        android:title="@string/show_notification_count" />
</androidx.preference.PreferenceScreen>