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

Commit 1520ea0b authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

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

parent 4ad1fcc3
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,4 +28,5 @@
    <string name="widget_no_resize">Cannot resize this widget</string>
    <string name="widget_add">Add</string>
    <string name="widget_remove">Remove</string>
    <string name="show_notification_count">Show notification count</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -108,5 +108,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>