diff options
Diffstat (limited to 'portato/gui/__init__.py')
-rw-r--r-- | portato/gui/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |