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

@ -30,7 +30,7 @@ class Navigation
$this->gtk = new \GtkMenuButton;
$this->gtk->set_tooltip_text(
$this->_tooltip
_($this->_tooltip)
);
// Init menu

View file

@ -27,11 +27,11 @@ class Tab
$this->gtk = new \GtkButton;
$this->gtk->set_label(
$this->_label
_($this->_label)
);
$this->gtk->set_tooltip_text(
$this->_tooltip
_($this->_tooltip)
);
// Render