Minor edit of plugin manager string ;-)

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4165 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2009-09-07 12:10:57 +00:00
parent a7e5fb3332
commit 3eae7e813a

View File

@ -1235,7 +1235,7 @@ static void pm_show_dialog(GtkMenuItem *menuitem, gpointer user_data)
gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(swin), GTK_SHADOW_IN);
gtk_container_add(GTK_CONTAINER(swin), pm_widgets.tree);
label = geany_wrap_label_new(_("Choose those plugins which should be loaded at startup"));
label = geany_wrap_label_new(_("Choose which plugins should be loaded at startup:"));
pm_widgets.configure_button = gtk_button_new_from_stock(GTK_STOCK_PREFERENCES);
gtk_widget_set_sensitive(pm_widgets.configure_button, FALSE);