Bugzilla – Attachment #73052: patch for save_config_finish for bug #156562
Progress::Title (_("Saving time zone..."));
Timezone::Save();
Progress::NextStep ();
if (!Mode::update ())
{
// progress step title
Progress::Title (_("Saving language..."));
Language::Save();
}
Progress::Title (_("Saving keyboard configuration..."));
Keyboard::Save(true);