diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:02:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 16:32:22 +0200 |
commit | c03641fccaf798cbb93aabcddeb9098a72920455 (patch) | |
tree | f119f14e31aafe8fd088c269e21378f703011072 /tde-i18n-pt_BR | |
parent | a4e24d9af05d85cf0764931cdc862addb1fd444e (diff) | |
download | tde-i18n-c03641fccaf798cbb93aabcddeb9098a72920455.tar.gz tde-i18n-c03641fccaf798cbb93aabcddeb9098a72920455.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>
Diffstat (limited to 'tde-i18n-pt_BR')
-rw-r--r-- | tde-i18n-pt_BR/messages/tdenetwork/kopete.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-pt_BR/messages/tdenetwork/kopete.po b/tde-i18n-pt_BR/messages/tdenetwork/kopete.po index 6870bd32377..21a99390fbb 100644 --- a/tde-i18n-pt_BR/messages/tdenetwork/kopete.po +++ b/tde-i18n-pt_BR/messages/tdenetwork/kopete.po @@ -4365,7 +4365,7 @@ msgid "" "_n: 1 matching user found\n" "%n matching users found" msgstr "" -"_n: 1 usuário encontrado\n" +"1 usuário encontrado\n" "%n usuários encontrados" #: protocols/irc/ircaccount.cpp:82 |