deauth -> log out

This commit is contained in:
Damien Elmes 2020-08-09 14:44:03 +10:00
parent b380f304bf
commit 6a0faac407
3 changed files with 3 additions and 1 deletions

View file

@ -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()

View file

@ -382,7 +382,7 @@
<item>
<widget class="QPushButton" name="syncDeauth">
<property name="text">
<string>Deauthorize</string>
<string notr="true">LOGOUT</string>
</property>
<property name="autoDefault">
<bool>false</bool>

View file

@ -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