Skip to content

Commit

Permalink
Made error message more informative
Browse files Browse the repository at this point in the history
Refs #7309
  • Loading branch information
arturbekasov committed Jul 25, 2013
1 parent 9a48974 commit d48b218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ namespace Mantid
{
// Check if is unique
if(AnalysisDataService::Instance().doesExist(value))
error = "The workspace name should be unique";
error = "Workspace with such name already exists";
}
}
else
Expand Down

0 comments on commit d48b218

Please sign in to comment.