[translations] A fix for typos in create-weblinks-itexi.py |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
Greetings!
The attached patch fixes copy&paste error in two Portuguese-related
strings in the script.
Best regards,
Rafael Fontenelle
From c2ea0e8ad615df01c6428176ad151905c9dba3ac Mon Sep 17 00:00:00 2001
From: Rafael Fontenelle <rafaelff@xxxxxxxxx>
Date: Wed, 10 Oct 2018 04:44:05 -0300
Subject: [PATCH] Fix typos in create-weblinks-itexi.py
---
scripts/build/create-weblinks-itexi.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py
index d06016d55f..412ba02f20 100644
--- a/scripts/build/create-weblinks-itexi.py
+++ b/scripts/build/create-weblinks-itexi.py
@@ -326,11 +326,11 @@ translations = {
'Regression tests for ': 'Testes de regressão de ',
'PDF of regtests for ': 'PDF dos testes de regressão de ',
'abc2ly Regression tests for ': 'Testes de regressão de abc2ly de ',
- 'PDF of abc2ly regtests for ': 'PDF dos testos de regressão de abc2ly de ',
+ 'PDF of abc2ly regtests for ': 'PDF dos testes de regressão de abc2ly de ',
'lilypond-book Regression tests for ': 'Testes de regressão de lilypond-book de ',
'PDF of lilypond-book regtests for ': 'PDF dos testes de regressão de lilypond-book de ',
'MusicXML Regression tests for ': 'Testes de regressão de MusicXML de ',
- 'PDF of MusicXML regtests for ': 'PDF des testos de regressão de MusicXML de ',
+ 'PDF of MusicXML regtests for ': 'PDF dos testes de regressão de MusicXML de ',
'Doc tarball for ': 'Arquivo da documentação de ',
},
--
2.19.0