mention merging public models

This commit is contained in:
Damien Elmes 2008-10-12 02:58:37 +09:00
parent ea666975f9
commit 3e93757d22

View file

@ -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?")):