SF.net SVN: geany:[4165] trunk/src/plugins.c

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Sep 7 12:10:57 UTC 2009


Revision: 4165
          http://geany.svn.sourceforge.net/geany/?rev=4165&view=rev
Author:   ntrel
Date:     2009-09-07 12:10:57 +0000 (Mon, 07 Sep 2009)

Log Message:
-----------
Minor edit of plugin manager string ;-)

Modified Paths:
--------------
    trunk/src/plugins.c

Modified: trunk/src/plugins.c
===================================================================
--- trunk/src/plugins.c	2009-09-07 11:50:06 UTC (rev 4164)
+++ trunk/src/plugins.c	2009-09-07 12:10:57 UTC (rev 4165)
@@ -1235,7 +1235,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(_("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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list