There is a typo in the German translation for the Greek language: 241 INSERT INTO language_descriptions(subtag, type, lang, description) 242 VALUES ( 'el', 'language', 'de', 'Griechisch (Moern [1453- ]'); Moern should be: Modern
And ( needs a closing ).
Griechisch (Modern 1453-)
Created attachment 90263 [details] [review] Bug 22770: Fix typo in German language description of el Fixes: Griechisch (Moern [1453- ] ==> Griechisch (Modern 1453-) To test: - Install de-DE language and activate it - Check the language pull down on advanced search has the typo - Apply patch and run database update - Check advanced search again - Verify the description now shows correctly
Created attachment 90275 [details] [review] Bug 22770: Fix typo in German language description of el Fixes: Griechisch (Moern [1453- ] ==> Griechisch (Modern 1453-) To test: - Install de-DE language and activate it - Check the language pull down on advanced search has the typo - Apply patch and run database update - Check advanced search again - Verify the description now shows correctly Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Created attachment 90591 [details] [review] Bug 22770: Fix typo in German language description of el Fixes: Griechisch (Moern [1453- ] ==> Griechisch (Modern 1453-) To test: - Install de-DE language and activate it - Check the language pull down on advanced search has the typo - Apply patch and run database update - Check advanced search again - Verify the description now shows correctly Signed-off-by: Liz Rea <wizzyrea@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Simple typo fix, passing QA
Nice work! Pushed to master for 19.11.00
Pushed to 19.05.x for 19.05.01 Creates DB update 19.05.00.003
backported to 18.11.x for 18.1107 creates DBRev 18.11.002
(In reply to Lucas Gass from comment #9) > backported to 18.11.x for 18.1107 > > creates DBRev 18.11.002 Thx Lucas, really helpful!