diff options
author | Slávek Banko <[email protected]> | 2020-08-06 15:01:06 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-06 15:31:34 +0200 |
commit | 262c7c7af397c39b4dec7cedadce80d9b210394c (patch) | |
tree | 021bec3d7b2eb319d1d948ed48d37997f4aab68c /po | |
parent | 95835b626f3b0e17991fcd7a9421266c505fca0a (diff) | |
download | tastymenu-262c7c7af397c39b4dec7cedadce80d9b210394c.tar.gz tastymenu-262c7c7af397c39b4dec7cedadce80d9b210394c.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2e9cc942bc789c10abade1f907e55d603bf0b5cf)
Diffstat (limited to 'po')
-rw-r--r-- | po/nl.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ msgid "" "_n: There is one new installed application\n" "There are %n new installed applications" msgstr "" -"_n: Er is één nieuw programma\n" +"Er is één nieuw programma\n" "Er zijn %n nieuwe programma's" #: tastymenu.cpp:419 |