mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 21:36:55 -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:
|
else:
|
||||||
self.form.syncUser.setText(self.prof.get("syncUser", ""))
|
self.form.syncUser.setText(self.prof.get("syncUser", ""))
|
||||||
qconnect(self.form.syncDeauth.clicked, self.onSyncDeauth)
|
qconnect(self.form.syncDeauth.clicked, self.onSyncDeauth)
|
||||||
|
self.form.syncDeauth.setText(tr(TR.SYNC_LOG_OUT_BUTTON))
|
||||||
|
|
||||||
def on_media_log(self):
|
def on_media_log(self):
|
||||||
self.mw.media_syncer.show_sync_log()
|
self.mw.media_syncer.show_sync_log()
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="syncDeauth">
|
<widget class="QPushButton" name="syncDeauth">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Deauthorize</string>
|
<string notr="true">LOGOUT</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="autoDefault">
|
<property name="autoDefault">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
|
|
||||||
|
|
@ -57,3 +57,4 @@ sync-syncing = Syncing...
|
||||||
sync-checking = Checking...
|
sync-checking = Checking...
|
||||||
sync-connecting = Connecting...
|
sync-connecting = Connecting...
|
||||||
sync-added-updated-count = Added/modified: { $up }↑ { $down }↓
|
sync-added-updated-count = Added/modified: { $up }↑ { $down }↓
|
||||||
|
sync-log-out-button = Log Out
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue