mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
mention merging public models
This commit is contained in:
parent
ea666975f9
commit
3e93757d22
1 changed files with 2 additions and 1 deletions
|
@ -1443,7 +1443,8 @@ sent to the server.""")
|
||||||
if not ret[1]:
|
if not ret[1]:
|
||||||
ui.utils.showInfo(_(
|
ui.utils.showInfo(_(
|
||||||
"No models found to merge. If you want to merge models,\n"
|
"No models found to merge. If you want to merge models,\n"
|
||||||
"all models must have the same name."))
|
"all models must have the same name, and must not be\n"
|
||||||
|
"from another person's deck."))
|
||||||
return
|
return
|
||||||
if ui.utils.askUser(_(
|
if ui.utils.askUser(_(
|
||||||
"Would you like to merge models that have the same name?")):
|
"Would you like to merge models that have the same name?")):
|
||||||
|
|
Loading…
Reference in a new issue