Fix referred name of localisable string for recursive transclusion error (#2458)

print-window-tiddler
Myeongjin 2016-05-23 06:33:02 +09:00 zatwierdzone przez Jeremy Ruston
rodzic b161f49126
commit 99c21232ee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -79,7 +79,7 @@ TranscludeWidget.prototype.execute = function() {
// Check for recursion
var recursionMarker = this.makeRecursionMarker();
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
this.makeChildWidgets([{type: "text", text: $tw.language.getString("RecursiveTransclusion")}]);
this.makeChildWidgets([{type: "text", text: $tw.language.getString("Error/RecursiveTransclusion")}]);
return;
}
// Check for correct type