From b1446356dc99f401c3a18192b3e166dfb1ce9014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Wed, 17 Apr 2024 20:41:50 +0300 Subject: [PATCH] data: Update blp files Gettext typically cannot extract single quoted strings from .blp files. These two strings contain escaped double quotes. --- data/ui/error_reporting.blp | 2 +- data/ui/timer_popover.blp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/ui/error_reporting.blp b/data/ui/error_reporting.blp index e34670cf..6f59a85d 100644 --- a/data/ui/error_reporting.blp +++ b/data/ui/error_reporting.blp @@ -86,7 +86,7 @@ template $ErrorReporting: Box { } Label { - label: _('Sourcecode on GitHub'); + label: _("Sourcecode on GitHub"); use-markup: true; } }; diff --git a/data/ui/timer_popover.blp b/data/ui/timer_popover.blp index 9d01e2d2..0548f4f7 100644 --- a/data/ui/timer_popover.blp +++ b/data/ui/timer_popover.blp @@ -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.\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)."); halign: start; label: _("System power action to perform"); }