feat: Improve wording

As sugessted in i18n matrix room
This commit is contained in:
David Lapshin 2023-05-31 20:37:26 +03:00
parent ab81238728
commit e8c3703ebc
Signed by untrusted user: daudix
GPG key ID: 93ECF15D3053D81C
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ template GradiencePreferencesWindow : Adw.PreferencesWindow {
title: _("Preset Fetching"); title: _("Preset Fetching");
Adw.ActionRow jsdeliver_row { Adw.ActionRow jsdeliver_row {
title: _("Use alternative server for downloading presets"); title: _("Use an alternative server for downloading presets");
subtitle: _("JSDeliver will be used instead of direct preset fetching from GitHub"); subtitle: _("JSDeliver will be used instead of direct preset fetching from GitHub");
Gtk.Switch jsdeliver_switch { Gtk.Switch jsdeliver_switch {
valign: center; valign: center;

View file

@ -54,7 +54,7 @@ preset_schema = {
"name": "destructive_colors", "name": "destructive_colors",
"title": _("Destructive Colors"), "title": _("Destructive Colors"),
"description": _( "description": _(
"These colors are used to indicate a dangerous actions, such " "These colors are used to indicate dangerous actions, such "
"as deleting a file." "as deleting a file."
), ),
"variables": [ "variables": [