say where is the pid file, which must be
deleted
This commit is contained in:
parent
5de6896433
commit
880253f9d3
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ pid_filename += '.pid'
|
|||
|
||||
if os.path.exists(pid_filename):
|
||||
pritext = _('Gajim is already running')
|
||||
sectext = _('Exit the already running Gajim. Quiting...')
|
||||
sectext = _('Exit the already running Gajim, or delete pid file:\n "%s".\n Quiting...' % pid_filename)
|
||||
dlg = gtk.MessageDialog(None,
|
||||
gtk.DIALOG_DESTROY_WITH_PARENT | gtk.DIALOG_MODAL,
|
||||
gtk.MESSAGE_ERROR, gtk.BUTTONS_OK, message_format = pritext)
|
||||
|
|
Loading…
Add table
Reference in a new issue