mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-13 13:25:42 +00:00
add localisable strings for dialog
This commit is contained in:
@@ -122,7 +122,7 @@ Modal.prototype.display = function(title,options) {
|
||||
attributes: {
|
||||
text: {
|
||||
type: "string",
|
||||
value: "Close"
|
||||
value: ( $tw.language == undefined ? "Close" : $tw.language.getString("Buttons/Close/Caption") )
|
||||
}}}
|
||||
]}],
|
||||
parentWidget: $tw.rootWidget,
|
||||
|
||||
Reference in New Issue
Block a user