EchoLiao / hedgewars

Automatically exported from code.google.com/p/hedgewars
GNU General Public License v2.0
0 stars 0 forks source link

Fix faulty translation in German #875

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There’s a bad translation in German I would to fix. I noticed that in the 
drawn map editor, the save button is labelled “Wiederholung speichern”, 
which means “Save demo”. Oops! That’s my fault, actually.

Here’s the fix:
It’s just one entry, so I post the fix inline:

Line 1133 of hedgewars_de.ts: Change the translation from “Wiederholung 
speichern” to “Speichern”:   

(lots of XML) 
   <message>
        <location filename="../../../../QTfrontend/ui/page/pagedrawmap.cpp" line="49"/>
        <source>Save</source>
        <translation>Speichern</translation>
    </message>
(lots of XML)

Original issue reported on code.google.com by almikes@aol.com on 19 Dec 2014 at 2:09

GoogleCodeExporter commented 9 years ago
Fixed in raa3dfb4df603aa41f0873fc580073ae5036c8af5

Original comment by sheepyluva on 21 Dec 2014 at 8:29