mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Merge pull request #942 from Arthur-Milchior/browsing
Correct browse help link
This commit is contained in:
commit
f640602a2d
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ where id in %s"""
|
||||||
current=current,
|
current=current,
|
||||||
accept=tr(TR.BROWSING_MOVE_CARDS),
|
accept=tr(TR.BROWSING_MOVE_CARDS),
|
||||||
title=tr(TR.BROWSING_CHANGE_DECK),
|
title=tr(TR.BROWSING_CHANGE_DECK),
|
||||||
help="browse",
|
help="browsing",
|
||||||
parent=self,
|
parent=self,
|
||||||
)
|
)
|
||||||
if not ret.name:
|
if not ret.name:
|
||||||
|
|
Loading…
Reference in a new issue