From c3ef70d521d560ed4c6cd307e6db31537fcd5155 Mon Sep 17 00:00:00 2001 From: aliriza Date: Thu, 14 Dec 2023 10:20:18 +0300 Subject: [PATCH] minor fixes --- po/tr.po | 2 +- src/wifi/widget.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/po/tr.po b/po/tr.po index 69699a3..fd314a9 100644 --- a/po/tr.po +++ b/po/tr.po @@ -144,7 +144,7 @@ msgstr "Unut" #: src/wifi/widget.py:85 msgid "Go Back" -msgstr "Gerı Dön" +msgstr "Geri Dön" #: src/wifi/widget.py:121 msgid "SSID: {}" diff --git a/src/wifi/widget.py b/src/wifi/widget.py index f94953d..2729199 100644 --- a/src/wifi/widget.py +++ b/src/wifi/widget.py @@ -92,6 +92,7 @@ def __init__(self): self.connect_button.get_style_context().add_class("button") self.forget_button.get_style_context().add_class("button") + self.back_button.get_style_context().add_class("button") self.password_entry.get_style_context().add_class("entry") self.stack.set_visible_child_name("main")