mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-08 11:32:59 +00:00
Add localisable strings for error (#2447)
* Add localisable strings for error * Update tiddler Transclusion Basic Usage in fr-FR
This commit is contained in:
@@ -151,7 +151,7 @@ SaverHandler.prototype.saveWiki = function(options) {
|
||||
text = this.wiki.renderTiddler(downloadType,template,options),
|
||||
callback = function(err) {
|
||||
if(err) {
|
||||
alert("Error while saving:\n\n" + err);
|
||||
alert($tw.language.getString("Error/WhileSaving") + ":\n\n" + err);
|
||||
} else {
|
||||
// Clear the task queue if we're saving (rather than downloading)
|
||||
if(method !== "download") {
|
||||
|
||||
Reference in New Issue
Block a user