Tweak cloze deletion labels

This commit is contained in:
Damien Elmes 2022-03-31 14:42:58 +10:00
parent dc36a08f3a
commit 6df63f8643
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"