diff options
-rw-r--r-- | src/plugins/splash/two-step/plugin.c | 4 | ||||
-rw-r--r-- | themes/bgrt/bgrt.plymouth.in | 8 | ||||
-rw-r--r-- | themes/spinner/spinner.plymouth.in | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index 4c570917..098f2629 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -837,8 +837,8 @@ load_mode_settings (ply_boot_splash_plugin_t *plugin, if (settings->use_firmware_background) plugin->use_firmware_background = true; - settings->title = ply_key_file_get_value (key_file, group_name, "Title"); - settings->subtitle = ply_key_file_get_value (key_file, group_name, "SubTitle"); + settings->title = ply_key_file_get_value (key_file, group_name, "_Title"); + settings->subtitle = ply_key_file_get_value (key_file, group_name, "_SubTitle"); } static ply_boot_splash_plugin_t * 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 |