diff --git a/src/public/app/widgets/title_bar_buttons.js b/src/public/app/widgets/title_bar_buttons.js index ef5d5a816..edb270f77 100644 --- a/src/public/app/widgets/title_bar_buttons.js +++ b/src/public/app/widgets/title_bar_buttons.js @@ -1,6 +1,7 @@ import BasicWidget from "./basic_widget.js"; import options from "../services/options.js"; import utils from "../services/utils.js"; +import { t } from "../services/i18n.js"; const TPL = `
@@ -41,7 +42,7 @@ const TPL = ` -
+
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 3788ec532..8b96ebf42 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1365,5 +1365,8 @@ "automatically-collapse-notes": "Automatically collapse notes", "automatically-collapse-notes-title": "Notes will be collapsed after period of inactivity to declutter the tree.", "save-changes": "Save & apply changes" + }, + "title_bar_buttons": { + "window-on-top": "Keep this window on top." } } diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index 58b7f20dd..74d005cfb 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -1365,5 +1365,8 @@ "save-changes": "Salvează și aplică modificările", "scroll-active-title": "Mergi la notița activă", "tree-settings-title": "Setări ale ierarhiei notițelor" + }, + "title_bar_buttons": { + "window-on-top": "Menține fereastra mereu vizibilă" } }