Fixed typo "optinal" to "optional" for translation dictionary import dialog and 2 other occurrences

(cherry picked from commit 77a2e4b557)
This commit is contained in:
christophnz
2023-06-17 21:48:38 +12:00
committed by Sebastiaan Janssen
parent 62fd860a9e
commit 7fd7a8715d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// needs Markdown.Converter.js at the moment
// needs Markdown.Converter.js at the moment
(function () {
@@ -1590,7 +1590,7 @@
};
// takes the line as entered into the add link/as image dialog and makes
// sure the URL and the optinal title are "nice".
// sure the URL and the optional title are "nice".
function properlyEncoded(linkdef) {
return linkdef.replace(/^\s*(.*?)(?:\s+"(.+)")?\s*$/, function (wholematch, link, title) {
link = link.replace(/\?.*$/, function (querypart) {

View File

@@ -43,7 +43,7 @@
<localize key="actions_chooseWhereToImport">Chose where to import</localize>
<localize key="dictionaryListCaption">dictionary items</localize>.
</strong>
(optinal)
(optional)
</p>
<umb-tree section="translation"