diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index f4dc684790fe6d23c0bf80313319d1e4cc36b4de..7c421cf6fbdf372a789e5bf91b446ef4cdbfa914 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -879,7 +879,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS gtk_widget_show (infobar); /* add the label with the root warning */ - label = gtk_label_new (_("Warning, you are using the root account, you may harm your system.")); + label = gtk_label_new (_("Warning: you are using the root account. You may harm your system.")); gtk_container_add (GTK_CONTAINER (gtk_info_bar_get_content_area (GTK_INFO_BAR (infobar))), label); gtk_widget_show (label); }