From 44965f41dfaddc9d7d7eab86498fc25b65793db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 28 Mar 2008 15:01:29 +0100 Subject: Added version infos to exceptions --- portato/gui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/__init__.py') diff --git a/portato/gui/__init__.py b/portato/gui/__init__.py index 1349e00..ba7bb3e 100644 --- a/portato/gui/__init__.py +++ b/portato/gui/__init__.py @@ -19,7 +19,7 @@ from .exception_handling import register_ex_handler def run (): from .windows.splash import SplashScreen try: - s = SplashScreen(_("Loading Portage")) + s = SplashScreen(_("Loading Backend")) register_ex_handler() s.show() from .windows.main import MainWindow -- cgit v1.2.3