SF.net SVN: geany-plugins:[1034] trunk/geany-plugins/addons/src/addons.c

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Oct 26 22:24:29 UTC 2009


Revision: 1034
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1034&view=rev
Author:   eht16
Date:     2009-10-26 22:24:29 +0000 (Mon, 26 Oct 2009)

Log Message:
-----------
Typo

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

Modified: trunk/geany-plugins/addons/src/addons.c
===================================================================
--- trunk/geany-plugins/addons/src/addons.c	2009-10-26 17:28:13 UTC (rev 1033)
+++ trunk/geany-plugins/addons/src/addons.c	2009-10-26 22:24:29 UTC (rev 1034)
@@ -243,7 +243,7 @@
 	gtk_box_pack_start(GTK_BOX(vbox), check_systray, FALSE, FALSE, 3);
 
 	check_bookmarklist = gtk_check_button_new_with_label(
-		_("Show define bookmarks (marked lines) in the sidebar"));
+		_("Show defined bookmarks (marked lines) in the sidebar"));
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_bookmarklist),
 		ao_info->enable_bookmarklist);
 	gtk_box_pack_start(GTK_BOX(vbox), check_bookmarklist, FALSE, FALSE, 3);


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



More information about the Plugins-Commits mailing list