mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-09 07:48:58 +00:00
i18n: add brightness tooltip translation
This commit is contained in:
@@ -91,7 +91,9 @@ Item {
|
||||
var monitor = getMonitor()
|
||||
if (!monitor)
|
||||
return ""
|
||||
return "Brightness: " + Math.round(monitor.brightness * 100) + "%\nRight click for settings.\nScroll to modify brightness."
|
||||
return I18n.tr("tooltips.brightness-at", {
|
||||
"brightness": Math.round(monitor.brightness * 100)
|
||||
})
|
||||
}
|
||||
|
||||
onWheel: function (angle) {
|
||||
|
||||
Reference in New Issue
Block a user