mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use gettext cover for defaults
This commit is contained in:
parent
477f4ff441
commit
a45965637d
7 changed files with 16 additions and 16 deletions
|
|
@ -25,11 +25,11 @@ class Add
|
|||
|
||||
// Init menu item
|
||||
$this->gtk = \GtkMenuItem::new_with_label(
|
||||
$this->_label
|
||||
_($this->_label)
|
||||
);
|
||||
|
||||
$this->gtk->set_tooltip_text(
|
||||
$this->_tooltip
|
||||
_($this->_tooltip)
|
||||
);
|
||||
|
||||
// Render
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue