From 6a0faac407f542241d1158c7f43385f705d8820a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 9 Aug 2020 14:44:03 +1000 Subject: [PATCH] deauth -> log out --- qt/aqt/preferences.py | 1 + qt/designer/preferences.ui | 2 +- rslib/ftl/sync.ftl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/qt/aqt/preferences.py b/qt/aqt/preferences.py index 6575d036a..1d58510fc 100644 --- a/qt/aqt/preferences.py +++ b/qt/aqt/preferences.py @@ -175,6 +175,7 @@ class Preferences(QDialog): else: self.form.syncUser.setText(self.prof.get("syncUser", "")) qconnect(self.form.syncDeauth.clicked, self.onSyncDeauth) + self.form.syncDeauth.setText(tr(TR.SYNC_LOG_OUT_BUTTON)) def on_media_log(self): self.mw.media_syncer.show_sync_log() diff --git a/qt/designer/preferences.ui b/qt/designer/preferences.ui index f521993cb..7e6df0b3a 100644 --- a/qt/designer/preferences.ui +++ b/qt/designer/preferences.ui @@ -382,7 +382,7 @@ - Deauthorize + LOGOUT false diff --git a/rslib/ftl/sync.ftl b/rslib/ftl/sync.ftl index 682e55a7d..73ace090c 100644 --- a/rslib/ftl/sync.ftl +++ b/rslib/ftl/sync.ftl @@ -57,3 +57,4 @@ sync-syncing = Syncing... sync-checking = Checking... sync-connecting = Connecting... sync-added-updated-count = Added/modified: { $up }↑ { $down }↓ +sync-log-out-button = Log Out