diff --git a/languages/de/wirepy.mo b/languages/de/wirepy.mo index 836e3a0..da68f6a 100644 Binary files a/languages/de/wirepy.mo and b/languages/de/wirepy.mo differ diff --git a/wp_app_config.py b/wp_app_config.py index ad0787b..0f14017 100755 --- a/wp_app_config.py +++ b/wp_app_config.py @@ -67,7 +67,7 @@ class AppConfig: UI_CONFIG: Dict[str, Any] = { "window_title": "", "window_title2": "LogViewer", - "window_size": (590, 450), + "window_size": (595, 460), "font_family": "Ubuntu", "font_size": 11, "resizable_window": (True, True), @@ -210,7 +210,7 @@ class Image: self.images[image_key] = photo return photo except tk.TclError as e: - print(f"{LocaleStrings.MSGP['fail_load_image']}{path}: {e}") + print(f"Fail to load image {path}: {e}") continue # Return None if no image found