diff --git a/source/libublsettingsui-gtk3.c b/source/libublsettingsui-gtk3.c index 9c15499..c19a9f5 100644 --- a/source/libublsettingsui-gtk3.c +++ b/source/libublsettingsui-gtk3.c @@ -179,9 +179,9 @@ void _yon_saving_threaded(char *final_command){ } void on_save_parameters(GtkWidget *self, template_saving_window *window){ - textdomain(template_app_information.app_locale); - yon_ubl_status_box_render(SAVE_PROCESS_LABEL,BACKGROUND_IMAGE_INFO_TYPE); textdomain(template_ui_LocaleName); + yon_ubl_status_box_render(SAVE_PROCESS_LABEL,BACKGROUND_IMAGE_INFO_TYPE); + textdomain(template_app_information.app_locale); GtkTreeIter iter; GtkTreeModel *model = gtk_tree_view_get_model(GTK_TREE_VIEW(window->ParametersTree)); int valid = gtk_tree_model_get_iter_first(model,&iter);