mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add spacing in add cards, unify wording
This commit is contained in:
parent
ea280de01e
commit
99bb91d6d3
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ class DeckChooser(QHBoxLayout):
|
||||||
current = self.deck.text()
|
current = self.deck.text()
|
||||||
ret = StudyDeck(
|
ret = StudyDeck(
|
||||||
self.mw, current=current, accept=_("Choose"),
|
self.mw, current=current, accept=_("Choose"),
|
||||||
title=_("Select Deck"), help="addingnotes",
|
title=_("Choose Deck"), help="addingnotes",
|
||||||
cancel=False, parent=self.widget)
|
cancel=False, parent=self.widget)
|
||||||
self.deck.setText(ret.name)
|
self.deck.setText(ret.name)
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>0</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
|
|
Loading…
Reference in a new issue