diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:01:06 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:31:34 +0200 |
| commit | 262c7c7af397c39b4dec7cedadce80d9b210394c (patch) | |
| tree | 021bec3d7b2eb319d1d948ed48d37997f4aab68c | |
| 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 <slavek.banko@axis.cz>
(cherry picked from commit 2e9cc942bc789c10abade1f907e55d603bf0b5cf)
| -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 |
