mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 13:26:56 -05:00
deauth -> log out
This commit is contained in:
parent
b380f304bf
commit
6a0faac407
3 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue