summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2019-02-26 10:23:06 +0100
committerHans de Goede <hdegoede@redhat.com>2019-02-26 17:05:14 +0100
commit921328b1ef1c1ec60350a57c73b76297ea3e8455 (patch)
treedffd7cd8200734a3e67f5386150c05213f136dd1 /themes
parent8cc301ef79d09abe5c0c6a261d6366029201c7be (diff)
Prefix Title and Subtitle theme config keywords with an underscore
Prefix Title and Subtitle theme config keywords with an underscore ('_') so that "intltool-extract --type=gettext/ini" can be used to make the title and subtitle translatable. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/bgrt/bgrt.plymouth.in8
-rw-r--r--themes/spinner/spinner.plymouth.in8
2 files changed, 8 insertions, 8 deletions
diff --git a/themes/bgrt/bgrt.plymouth.in b/themes/bgrt/bgrt.plymouth.in
index b7c14d2d..d6ad9e1f 100644
--- a/themes/bgrt/bgrt.plymouth.in
+++ b/themes/bgrt/bgrt.plymouth.in
@@ -37,12 +37,12 @@ UseFirmwareBackground=true
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
-Title=Installing Updates...
-SubTitle=Do not turn off your computer
+_Title=Installing Updates...
+_SubTitle=Do not turn off your computer
[system-upgrade]
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
-Title=Upgrading System...
-SubTitle=Do not turn off your computer
+_Title=Upgrading System...
+_SubTitle=Do not turn off your computer
diff --git a/themes/spinner/spinner.plymouth.in b/themes/spinner/spinner.plymouth.in
index 5e8c1c19..187b6359 100644
--- a/themes/spinner/spinner.plymouth.in
+++ b/themes/spinner/spinner.plymouth.in
@@ -27,12 +27,12 @@ MessageBelowAnimation=true
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
-Title=Installing Updates...
-SubTitle=Do not turn off your computer
+_Title=Installing Updates...
+_SubTitle=Do not turn off your computer
[system-upgrade]
SuppressMessages=true
ProgressBarShowPercentComplete=true
UseProgressBar=true
-Title=Upgrading System...
-SubTitle=Do not turn off your computer
+_Title=Upgrading System...
+_SubTitle=Do not turn off your computer