From 971c86c97fb8b41c57d1fc765e169dad9e9048a5 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 10 Nov 2024 20:31:27 +0100 Subject: [PATCH] - Translate file de_De complete - new FrameWidget for rename Entry and rename Button --- cls_mth_fc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cls_mth_fc.py b/cls_mth_fc.py index eadc6d2..ea80ea2 100755 --- a/cls_mth_fc.py +++ b/cls_mth_fc.py @@ -45,7 +45,7 @@ class GiteaUpdate: if version[3:] != response_dict['tag_name']: return response_dict['tag_name'] else: - return _('No Updates') + return 'No Updates' else: return 'False' except requests.exceptions.ConnectionError: