refs #755, "remove published models" message

This commit is contained in:
Klaus Basan
2016-09-03 00:28:33 +02:00
committed by Roland Winklmeier
parent c4769e2ab5
commit 1e8090d366

View File

@@ -300,7 +300,7 @@ namespace BlackGui
}
else
{
QString confirm("Remove %1 published models?");
QString confirm("Remove %1 published models from stash?");
auto lambda = [this, publishedModels]()
{
this->unstashModels(publishedModels.getModelStringList(false));