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

Commit 90691c7a authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

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

parent 3de2635f
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
@@ -98,5 +98,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>