diff options
| -rwxr-xr-x | dotstr_edit.py | 2 | ||||
| -rw-r--r-- | locale/de/LC_MESSAGES/dotstr_edit.po | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/dotstr_edit.py b/dotstr_edit.py index f1cdb2c..5d2c303 100755 --- a/dotstr_edit.py +++ b/dotstr_edit.py @@ -354,7 +354,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."""  		info.SetDescription(description)  		info.SetCopyright(u'(C) 2010-2011 \"Die Völker Mittelerdes\" Modding Crew')  		info.SetLicence(licence) -		info.AddDeveloper('Kevin Chabowski') +		info.AddDeveloper('Laria Carolin Chabowski')  		info.SetIcon(wx.Icon(os.path.join(scriptdir, 'icon.png'), wx.BITMAP_TYPE_PNG))  		wx.AboutBox(info) diff --git a/locale/de/LC_MESSAGES/dotstr_edit.po b/locale/de/LC_MESSAGES/dotstr_edit.po index 6d20941..f5717be 100644 --- a/locale/de/LC_MESSAGES/dotstr_edit.po +++ b/locale/de/LC_MESSAGES/dotstr_edit.po @@ -9,7 +9,7 @@ msgstr ""  "Report-Msgid-Bugs-To: \n"  "POT-Creation-Date: 2010-11-28 00:57+0100\n"  "PO-Revision-Date: 2010-11-28 01:10+0100\n" -"Last-Translator: Kevin Chabowski <kevin@kch42.de>\n" +"Last-Translator: Laria Carolin Chabowski <laria@laria.me>\n"  "Language-Team: none\n"  "Language: de\n"  "MIME-Version: 1.0\n" | 
