summaryrefslogtreecommitdiff
path: root/geneticone/gui/gtk/dialogs.py
diff options
context:
space:
mode:
authornecoro <>2006-11-24 11:49:51 +0000
committernecoro <>2006-11-24 11:49:51 +0000
commit10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e (patch)
treec8172c4f12be5a9019b3f06afc71ffbf9db4c046 /geneticone/gui/gtk/dialogs.py
parent38a7fdbeff355e5df5c6552306a23d46074e3e0a (diff)
downloadportato-10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e.tar.gz
portato-10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e.tar.bz2
portato-10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e.zip
Renamed to portato
Diffstat (limited to '')
-rw-r--r--geneticone/gui/gtk/dialogs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/geneticone/gui/gtk/dialogs.py b/geneticone/gui/gtk/dialogs.py
index ba74524..68cd629 100644
--- a/geneticone/gui/gtk/dialogs.py
+++ b/geneticone/gui/gtk/dialogs.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
-# File: geneticone/gui/gtk/dialogs.py
-# This file is part of the Genetic/One-Project, a graphical portage-frontend.
+# File: portato/gui/gtk/dialogs.py
+# This file is part of the Portato-Project, a graphical portage-frontend.
#
# Copyright (C) 2006 René 'Necoro' Neumann
# This is free software. You may redistribute copies of it under the terms of
@@ -48,7 +48,7 @@ def nothing_found_dialog ():
def changed_flags_dialog (what = "flags"):
hintMB = gtk.MessageDialog(None, gtk.DIALOG_MODAL, gtk.MESSAGE_INFO, gtk.BUTTONS_OK,
- "You have changed %s. Genetic/One will write these changes into the appropriate files. Please backup them if you think it is necessairy." % what)
+ "You have changed %s. Portato will write these changes into the appropriate files. Please backup them if you think it is necessairy." % what)
ret = hintMB.run()
hintMB.destroy()
return ret