]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Use the correct key name for title and subtitle
authorSebastien <seb128@ubuntu.com>
Fri, 31 Jul 2020 14:45:46 +0000 (14:45 +0000)
committerSebastien <seb128@ubuntu.com>
Fri, 31 Jul 2020 14:45:46 +0000 (14:45 +0000)
The '_' was removed in the conversion to use gettext

src/plugins/splash/two-step/plugin.c

index 2899b2254d7e135c443c7826d429498e3fd70436..32b4bcf64caf7c2abbd0e91972b8a2ab4d6ff727 100644 (file)
@@ -1009,8 +1009,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 *