strings: fix notification_summary_app_updates weird casing

match the rest of the app, probably happened on rebase
This commit is contained in:
LucasMZ
2025-05-22 22:13:05 -03:00
parent 20518e88e9
commit fd54fff3f6

View File

@@ -735,8 +735,8 @@ This often occurs with apps installed via Google Play or other sources, if they
</plurals>
<!-- as in software updates -->
<plurals name="notification_summary_app_updates">
<item quantity="one">%1$d Update available</item>
<item quantity="other">%1$d Updates available</item>
<item quantity="one">%1$d update available</item>
<item quantity="other">%1$d updates available</item>
</plurals>
<plurals name="notification_summary_installed">
<item quantity="one">%1$d app installed</item>