Index: src_plugins/hid_gtk/gui-config.c =================================================================== --- src_plugins/hid_gtk/gui-config.c (revision 2311) +++ src_plugins/hid_gtk/gui-config.c (revision 2312) @@ -291,7 +291,7 @@ config_color_warn_label = gtk_label_new(""); gtk_label_set_use_markup(GTK_LABEL(config_color_warn_label), TRUE); gtk_label_set_markup(GTK_LABEL(config_color_warn_label), - _("The above are design-level configuration,\nsaved with the pcb file. Use these buttons\nto save all settings on this page:")); + _("The above are design-level\nconfiguration, saved with the\npcb file. Use these buttons\nto save all the above settings:")); gtk_box_pack_start(GTK_BOX(hbox), config_color_warn_label, FALSE, FALSE, 4); vbox2 = gtk_vbox_new(FALSE, 0);