Revision: 4154 http://geany.svn.sourceforge.net/geany/?rev=4154&view=rev Author: eht16 Date: 2009-09-06 16:49:09 +0000 (Sun, 06 Sep 2009)
Log Message: ----------- Improve the opening string in the plugin manager dialog.
Modified Paths: -------------- trunk/ChangeLog trunk/src/plugins.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-09-04 16:07:23 UTC (rev 4153) +++ trunk/ChangeLog 2009-09-06 16:49:09 UTC (rev 4154) @@ -1,3 +1,9 @@ +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:
Modified: trunk/src/plugins.c =================================================================== --- trunk/src/plugins.c 2009-09-04 16:07:23 UTC (rev 4153) +++ trunk/src/plugins.c 2009-09-06 16:49:09 UTC (rev 4154) @@ -1231,8 +1231,7 @@ 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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.