mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Tweak cloze deletion labels
This commit is contained in:
parent
dc36a08f3a
commit
6df63f8643
2 changed files with 6 additions and 6 deletions
|
@ -8,8 +8,8 @@ editing-bold-text = Bold text
|
||||||
editing-cards = Cards
|
editing-cards = Cards
|
||||||
editing-center = Center
|
editing-center = Center
|
||||||
editing-change-color = Change color
|
editing-change-color = Change color
|
||||||
editing-cloze-deletion = Cloze deletion
|
editing-cloze-deletion = Cloze deletion (new card)
|
||||||
editing-cloze-deletion-repeat = Repeat cloze deletion
|
editing-cloze-deletion-repeat = Cloze deletion (same card)
|
||||||
editing-couldnt-record-audio-have-you-installed = Couldn't record audio. Have you installed 'lame'?
|
editing-couldnt-record-audio-have-you-installed = Couldn't record audio. Have you installed 'lame'?
|
||||||
editing-customize-card-templates = Customize Card Templates
|
editing-customize-card-templates = Customize Card Templates
|
||||||
editing-customize-fields = Customize Fields
|
editing-customize-fields = Customize Fields
|
||||||
|
|
|
@ -72,9 +72,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<ButtonGroup>
|
<ButtonGroup>
|
||||||
<IconButton
|
<IconButton
|
||||||
tooltip="{tr.editingClozeDeletion()} {getPlatformString(
|
tooltip="{tr.editingClozeDeletion()} ({getPlatformString(
|
||||||
incrementKeyCombination,
|
incrementKeyCombination,
|
||||||
)}"
|
)})"
|
||||||
{disabled}
|
{disabled}
|
||||||
on:click={onIncrementCloze}
|
on:click={onIncrementCloze}
|
||||||
--border-left-radius="5px"
|
--border-left-radius="5px"
|
||||||
|
@ -89,9 +89,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
tooltip="{tr.editingClozeDeletionRepeat()} {getPlatformString(
|
tooltip="{tr.editingClozeDeletionRepeat()} ({getPlatformString(
|
||||||
sameKeyCombination,
|
sameKeyCombination,
|
||||||
)}"
|
)})"
|
||||||
{disabled}
|
{disabled}
|
||||||
on:click={onSameCloze}
|
on:click={onSameCloze}
|
||||||
--border-right-radius="5px"
|
--border-right-radius="5px"
|
||||||
|
|
Loading…
Reference in a new issue