changeset 2dd912fe7c5c in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=2dd912fe7c5c description: Correct formatting in po files diffstat:
tryton/data/locale/et/LC_MESSAGES/tryton.po | 2 +- tryton/data/locale/lt/LC_MESSAGES/tryton.po | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diffs (33 lines): diff -r 6e5a01ef1105 -r 2dd912fe7c5c tryton/data/locale/et/LC_MESSAGES/tryton.po --- a/tryton/data/locale/et/LC_MESSAGES/tryton.po Fri Jun 07 09:57:20 2019 +0200 +++ b/tryton/data/locale/et/LC_MESSAGES/tryton.po Mon Jun 10 23:14:36 2019 +0200 @@ -452,7 +452,7 @@ #, python-format msgid "Attachments (%s)" -msgstr "Manus (%ed)" +msgstr "Manus (%s)" msgid "Profile Editor" msgstr "Profiili muutmine" diff -r 6e5a01ef1105 -r 2dd912fe7c5c tryton/data/locale/lt/LC_MESSAGES/tryton.po --- a/tryton/data/locale/lt/LC_MESSAGES/tryton.po Fri Jun 07 09:57:20 2019 +0200 +++ b/tryton/data/locale/lt/LC_MESSAGES/tryton.po Mon Jun 10 23:14:36 2019 +0200 @@ -791,7 +791,7 @@ #, python-format msgid "CSV Export: %s" -msgstr "CSV eksportavimas:" +msgstr "CSV eksportavimas: %s" msgid "_Save Export" msgstr "Išsaugoti eksporto šabloną" @@ -822,7 +822,7 @@ #, python-format msgid "%s (record name)" -msgstr "% (įrašo pavadinimas)" +msgstr "%s (įrašo pavadinimas)" msgid "What is the name of this export?" msgstr "Kokiu pavadinimu išsaugoti šį eksportavimo šabloną?"
