Translations for the cursor position settings

This commit is contained in:
yflory
2018-12-11 12:04:11 +01:00
parent 13da052325
commit 0197f583f2
3 changed files with 15 additions and 7 deletions

View File

@@ -1187,7 +1187,7 @@ define([
var $div = $('<div>', {
'class': 'cp-settings-cursor-show cp-sidebarlayout-element'
});
$('<label>').text(Messages.settings_cursorShowTitle).appendTo($div);
$('<label>').text(Messages.settings_cursorShowTitle + ' (BETA)').appendTo($div);
$('<span>', {'class': 'cp-sidebarlayout-description'})
.text(Messages.settings_cursorShowHint).appendTo($div);