mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
cover string values in gettext
This commit is contained in:
parent
e24ce589bf
commit
fb5a45316f
1 changed files with 2 additions and 2 deletions
|
|
@ -53,11 +53,11 @@ class Clean
|
|||
GtkDialogFlags::MODAL,
|
||||
GtkMessageType::WARNING,
|
||||
GtkButtonsType::OK_CANCEL,
|
||||
$this::DIALOG_MESSAGE_FORMAT
|
||||
_($this::DIALOG_MESSAGE_FORMAT)
|
||||
);
|
||||
|
||||
$dialog->format_secondary_text(
|
||||
$this::DIALOG_FORMAT_SECONDARY_TEXT
|
||||
_($this::DIALOG_FORMAT_SECONDARY_TEXT)
|
||||
);
|
||||
|
||||
if (GtkResponseType::OK == $dialog->run())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue