mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
* added Select Deck string * updated CONTRIBUTORS * update email
This commit is contained in:
parent
5f80ddf27d
commit
acf3134e04
3 changed files with 3 additions and 1 deletions
|
@ -186,6 +186,7 @@ Christian Donat <https://github.com/cdonat2>
|
|||
Asuka Minato <https://asukaminato.eu.org>
|
||||
Dillon Baldwin <https://github.com/DillBal>
|
||||
Voczi <https://github.com/voczi>
|
||||
Ben Nguyen <105088397+bpnguyen107@users.noreply.github.com>
|
||||
********************
|
||||
|
||||
The text of the 3 clause BSD license follows:
|
||||
|
|
|
@ -82,6 +82,7 @@ browsing-reschedule = Reschedule
|
|||
browsing-search-bar-hint = Search cards/notes (type text, then press Enter)
|
||||
browsing-search-in = Search in:
|
||||
browsing-search-within-formatting-slow = Search within formatting (slow)
|
||||
browsing-select-deck = Select Deck
|
||||
browsing-selected-notes-only = Selected notes only
|
||||
browsing-shift-position-of-existing-cards = Shift position of existing cards
|
||||
browsing-sidebar = Sidebar
|
||||
|
|
|
@ -82,7 +82,7 @@ impl Op {
|
|||
Op::BuildFilteredDeck => tr.actions_build_filtered_deck(),
|
||||
Op::RebuildFilteredDeck => tr.actions_build_filtered_deck(),
|
||||
Op::EmptyFilteredDeck => tr.studying_empty(),
|
||||
Op::SetCurrentDeck => tr.browsing_change_deck(),
|
||||
Op::SetCurrentDeck => tr.browsing_select_deck(),
|
||||
Op::UpdateDeckConfig => tr.deck_config_title(),
|
||||
Op::AddNotetype => tr.actions_add_notetype(),
|
||||
Op::RemoveNotetype => tr.actions_remove_notetype(),
|
||||
|
|
Loading…
Reference in a new issue