mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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-center = Center
|
||||
editing-change-color = Change color
|
||||
editing-cloze-deletion = Cloze deletion
|
||||
editing-cloze-deletion-repeat = Repeat cloze deletion
|
||||
editing-cloze-deletion = Cloze deletion (new card)
|
||||
editing-cloze-deletion-repeat = Cloze deletion (same card)
|
||||
editing-couldnt-record-audio-have-you-installed = Couldn't record audio. Have you installed 'lame'?
|
||||
editing-customize-card-templates = Customize Card Templates
|
||||
editing-customize-fields = Customize Fields
|
||||
|
|
|
@ -72,9 +72,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<ButtonGroup>
|
||||
<IconButton
|
||||
tooltip="{tr.editingClozeDeletion()} {getPlatformString(
|
||||
tooltip="{tr.editingClozeDeletion()} ({getPlatformString(
|
||||
incrementKeyCombination,
|
||||
)}"
|
||||
)})"
|
||||
{disabled}
|
||||
on:click={onIncrementCloze}
|
||||
--border-left-radius="5px"
|
||||
|
@ -89,9 +89,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
/>
|
||||
|
||||
<IconButton
|
||||
tooltip="{tr.editingClozeDeletionRepeat()} {getPlatformString(
|
||||
tooltip="{tr.editingClozeDeletionRepeat()} ({getPlatformString(
|
||||
sameKeyCombination,
|
||||
)}"
|
||||
)})"
|
||||
{disabled}
|
||||
on:click={onSameCloze}
|
||||
--border-right-radius="5px"
|
||||
|
|
Loading…
Reference in a new issue