Skip to content

Commit

Permalink
data: Update blp files
Browse files Browse the repository at this point in the history
Gettext typically cannot extract single quoted strings from .blp files.

These two strings contain escaped double quotes.
  • Loading branch information
yakushabb committed Apr 17, 2024
1 parent 0e5f011 commit b144635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/ui/error_reporting.blp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ template $ErrorReporting: Box {
}

Label {
label: _('<a href="https://github.com/geigi/cozy/tree/master/cozy/report">Sourcecode on GitHub</a>');
label: _("<a href=\"https://github.com/geigi/cozy/tree/master/cozy/report\">Sourcecode on GitHub</a>");
use-markup: true;
}
};
Expand Down
2 changes: 1 addition & 1 deletion data/ui/timer_popover.blp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ template $SleepTimer: Popover {

Label {
hexpand: true;
tooltip-markup: _('Type of the action when the timer finishes.\n"shutdown" will attempt to turn your system off (also known as power off)\n"suspend" will attempt to suspend your system (also known as sleep).');
tooltip-markup: _("Type of the action when the timer finishes.\nshutdown will attempt to turn your system off (also known as power off)\nsuspend will attempt to suspend your system (also known as sleep).");
halign: start;
label: _("System power action to perform");
}
Expand Down

0 comments on commit b144635

Please sign in to comment.