diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index 921d00e..1f60850 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -821,7 +821,7 @@ void on_module_install_clicked(GtkWidget *self,dictionary *dict){ } } - gtk_label_set_text(GTK_LABEL(window->TopicLabel),action_text); + gtk_label_set_markup(GTK_LABEL(window->TopicLabel),action_text); gtk_widget_show(window->Window); if (dict->first->next->next) { yon_dictionary_free(dict->first->next->next);