diff --git a/source/ubl-settings-usergroups-system.c b/source/ubl-settings-usergroups-system.c index d326e44..1360c1c 100644 --- a/source/ubl-settings-usergroups-system.c +++ b/source/ubl-settings-usergroups-system.c @@ -19,7 +19,7 @@ void on_delete_system_user(GtkWidget *, dictionary *dict){ } else { textdomain(template_ui_LocaleName); - yon_ubl_status_box_render(SUCCESS_LABEL,BACKGROUND_IMAGE_FAIL_TYPE); + yon_ubl_status_box_render(SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE); textdomain(LocalePath); } } @@ -46,7 +46,7 @@ void on_delete_system_group(GtkWidget *, dictionary *dict){ } else { textdomain(template_ui_LocaleName); - yon_ubl_status_box_render(SUCCESS_LABEL,BACKGROUND_IMAGE_FAIL_TYPE); + yon_ubl_status_box_render(SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE); textdomain(LocalePath); } }