Skip to content

Commit

Permalink
changed string of error message from german to english
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopierkatze committed Mar 21, 2012
1 parent f856952 commit 1e52dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start_pypsy.py
Expand Up @@ -40,7 +40,7 @@ class ControllerManager(SyncManager):
Config.Config() Config.Config()
except Config.ConfigError, e: except Config.ConfigError, e:
app = wx.PySimpleApp() app = wx.PySimpleApp()
wx.MessageBox('Fehler beim Laden der Konfiguration: %s'% e.message, 'Fehler') wx.MessageBox('Error while loading config file: %s'% e.message, 'Error')
app.MainLoop() app.MainLoop()
raise SystemExit() raise SystemExit()


Expand Down

0 comments on commit 1e52dc8

Please sign in to comment.