misc: Make text easier to understand

Sorry translators :(
This commit is contained in:
David Lapshin 2023-04-17 21:01:33 +03:00
parent 4b96bf8197
commit 8e85764160
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ template GradiencePresetRow : Adw.ExpanderRow {
Button report_button {
valign: center;
icon-name: "bug-symbolic";
tooltip-text: _("Report Preset");
tooltip-text: _("Report Preset Issue");
clicked => on_report_button_clicked();
}

View file

@ -41,7 +41,7 @@ template GradiencePresetWindow : Adw.Window {
Button report_button {
// styles ["danger"]
label: _("Report Preset");
label: _("Report Preset Issue");
visible: false;
}