diff options
| author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2024-10-20 18:21:05 +0000 |
|---|---|---|
| committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-10-20 18:21:05 +0000 |
| commit | 59007472bb9e53c6c954c6cca50c1d0ad8479ac0 (patch) | |
| tree | 6209297fb10c6186c86ba3675da8be0e3a0ae6bb | |
| parent | 3178a9b912738771d655a76b05a0333c85c81862 (diff) | |
| download | ksystemlog-59007472.tar.gz ksystemlog-59007472.zip | |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
| -rw-r--r-- | translations/messages/it.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/messages/it.po b/translations/messages/it.po index c80c132..64f022d 100644 --- a/translations/messages/it.po +++ b/translations/messages/it.po @@ -1343,7 +1343,7 @@ msgid "" "_n: 1 log line copied to clipboard.\n" "%n log lines copied to clipboard." msgstr "" -"_n: 1 riga di registro copiata negli appunti.\n" +"1 riga di registro copiata negli appunti.\n" "%n righe di registro copiate negli appunti." #: loggerDialog.cpp:95 |
