From 4a60ea44d883c58736211bf9ef6278f9df31178e Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Mon, 9 Jun 2014 17:22:15 +0200 Subject: [PATCH] Fix translations of sepa payable flavour --- fix_sepa_translations.diff | 12 ++++++++++++ series | 1 + 2 files changed, 13 insertions(+) create mode 100644 fix_sepa_translations.diff diff --git a/fix_sepa_translations.diff b/fix_sepa_translations.diff new file mode 100644 index 0000000..dacd834 --- /dev/null +++ b/fix_sepa_translations.diff @@ -0,0 +1,12 @@ +diff --git a/locale/ca_ES.po b/locale/ca_ES.po +--- a/trytond/trytond/modules/account_payment_sepa/locale/ca_ES.po ++++ b/trytond/trytond/modules/account_payment_sepa/locale/ca_ES.po +@@ -177,7 +177,7 @@ + + msgctxt "selection:account.payment.journal,sepa_receivable_flavor:" + msgid "pain.008.001.02" +-msgstr "pain.001.001.03" ++msgstr "pain.008.001.02" + + msgctxt "selection:account.payment.journal,sepa_receivable_flavor:" + msgid "pain.008.001.04" diff --git a/series b/series index 1142f82..1e5fa73 100644 --- a/series +++ b/series @@ -16,3 +16,4 @@ fix_wizard_copy.diff issue8411002_1_10001.diff issue6341003_1.diff domain_validation_ca.diff +fix_sepa_translations.diff