mirror of
https://github.com/f-droid/fdroidclient.git
synced 2025-12-23 23:27:44 -05:00
strings: fix notification_summary_app_updates weird casing
match the rest of the app, probably happened on rebase
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user