- Add more resources...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-11 23:04:30 -03:00
parent 35d91102d2
commit 99c2b813bc
8 changed files with 29 additions and 15 deletions

View File

@@ -515,7 +515,7 @@ mindplot.Designer = new Class({
var nodes = this.getModel().filterSelectedTopics();
if (nodes.length <= 0) {
// This could not happen ...
$notify("Could not create relationship. Parent relationship topic must be selected first.");
$notify($msg('RELATIONSHIP_COULD_NOT_BE_CREATED'));
return;
}