show number of widgets for widget panel

This commit is contained in:
Josia Pietsch 2025-05-12 16:05:15 +02:00
parent 8173993601
commit 30e9fcd20f
Signed by: jrpie
GPG key ID: E70B571D66986A2D
5 changed files with 36 additions and 8 deletions

View file

@ -406,8 +406,8 @@
<string name="widget_panel_default_name">Widget Panel #%1$d</string>
<plurals name="widget_panel_number_of_widgets">
<item quantity="one">Contains %d widget.</item>
<item quantity="other">Contains %d widgets.</item>
<item quantity="one">Contains %1$d widget.</item>
<item quantity="other">Contains %1$d widgets.</item>
</plurals>