Kaydet (Commit) b0cd7b91 authored tarafından Enrico Tröger's avatar Enrico Tröger

Improve the opening string in the plugin manager dialog.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4154 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 2f727daf
2009-09-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/plugins.c:
Improve the opening string in the plugin manager dialog.
2009-09-04 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/treeviews.c, src/document.c:
......
......@@ -1231,8 +1231,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(_("Below is a list of available plugins. "
"Select the plugins which should be loaded when Geany is started."));
label = geany_wrap_label_new(_("Choose those plugins which 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment