use gettext cover for defaults

This commit is contained in:
yggverse 2024-07-20 11:49:08 +03:00
parent 477f4ff441
commit a45965637d
7 changed files with 16 additions and 16 deletions

View file

@ -25,11 +25,11 @@ class Close
// Init menu item
$this->gtk = \GtkMenuItem::new_with_label(
$this->_label
_($this->_label)
);
$this->gtk->set_tooltip_text(
$this->_tooltip
_($this->_tooltip)
);
// Render