mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-23 00:10:50 -04:00
fix lint StringFormatCount
app/src/main/res/values-nb/strings.xml:344: Conflicting number of arguments here
This commit is contained in:
committed by
Danial Behzadi
parent
fd32b9c6de
commit
0a56609ce6
@@ -341,7 +341,7 @@
|
||||
<string name="keep_forever">For alltid</string>
|
||||
|
||||
<string name="install_error_notify_title">Feil ved installasjon av %s</string>
|
||||
<string name="uninstall_error_notify_title">Feil ved avinstallering</string>
|
||||
<string name="uninstall_error_notify_title">Feil ved avinstallering av %s</string>
|
||||
|
||||
|
||||
<string name="installing">Installerer…</string>
|
||||
|
||||
Reference in New Issue
Block a user