This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit d70b6d12ac7ae827fc727a53e706090e5b3f040f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 16 16:51:17 2014 +0200 typo fix --- pyhoca/wxgui/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py index 757f0f2..86c230a 100644 --- a/pyhoca/wxgui/messages.py +++ b/pyhoca/wxgui/messages.py @@ -68,7 +68,7 @@ class PyHoca_MessageWindow(wx.Dialog): self._pyhoca_messages = { 'REALLY_DELETE_PROFILE': _(u'Are you really sure you want to\ndelete the session profile ,,%s\'\'?') % profile_name, - 'ALREADY_RUNNING': _(u'{appname} is already running for user ,,{username}\'\'!\n\nOnly one instance of {appname} can be started per\nuser. The {appname} icon can be found in your desktops\'s\nnotification area/systray.').format(appname=_PyHocaGUI.appname, username=CURRENT_LOCAL_USER) + 'ALREADY_RUNNING': _(u'{appname} is already running for user ,,{username}\'\'!\n\nOnly one instance of {appname} can be started per\nuser. The {appname} icon can be found in your desktops\'s\nnotification area/systray.').format(appname=_PyHocaGUI.appname, username=_CURRENT_LOCAL_USER) } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git