diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py
index 43d186443..de878a12d 100644
--- a/ankiqt/ui/sync.py
+++ b/ankiqt/ui/sync.py
@@ -182,6 +182,10 @@ class DeckChooser(QDialog):
self.dialog = ankiqt.forms.syncdeck.Ui_DeckChooser()
self.dialog.setupUi(self)
self.create = create
+ if self.create:
+ self.dialog.topLabel.setText(_("
Synchronize
"))
+ else:
+ self.dialog.topLabel.setText(_("Open Online Deck
"))
if self.create:
self.dialog.decks.addItem(QListWidgetItem(
_("Create '%s' on server") % self.parent.syncName))
@@ -191,7 +195,7 @@ class DeckChooser(QDialog):
if self.create:
msg = _("Merge with '%s' on server") % name
else:
- msg = _("Copy '%s' from server") % name
+ msg = name
item = QListWidgetItem(msg)
self.dialog.decks.addItem(item)
self.dialog.decks.setCurrentRow(0)
diff --git a/designer/main.ui b/designer/main.ui
index c1ae2f78c..b28f097f3 100644
--- a/designer/main.ui
+++ b/designer/main.ui
@@ -214,8 +214,8 @@
0
0
- 100
- 30
+ 370
+ 49
@@ -234,6 +234,9 @@
-
+
+ Show the answer (shortcut key: space or enter)
+
Show Answer
@@ -246,8 +249,8 @@
0
0
- 100
- 30
+ 370
+ 49
@@ -334,6 +337,9 @@
-
+
+ Show this card again soon (shortcut key: 1)
+
Again
@@ -341,6 +347,9 @@
-
+
+ Wait a little longer next time (shortcut key: 2)
+
Hard
@@ -348,6 +357,9 @@
-
+
+ Wait longer next time (shortcut key: 3)
+
Good
@@ -355,6 +367,9 @@
-
+
+ Wait a lot longer next time (shortcut key: 4)
+
Easy
diff --git a/designer/syncdeck.ui b/designer/syncdeck.ui
index 9d6ee6732..573323d6e 100644
--- a/designer/syncdeck.ui
+++ b/designer/syncdeck.ui
@@ -16,22 +16,13 @@
6
-
- 9
-
-
- 9
-
-
- 9
-
-
+
9
-
-
+
- <h1>Where should we synchronize to?</h1>
+ toplabel
Qt::AlignCenter
@@ -53,7 +44,7 @@
Qt::Horizontal
- QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok
+ QDialogButtonBox::Cancel|QDialogButtonBox::Ok