Revision: 3924 http://geany.svn.sourceforge.net/geany/?rev=3924&view=rev Author: ntrel Date: 2009-07-07 12:21:18 +0000 (Tue, 07 Jul 2009)
Log Message: ----------- Fix typo.
Modified Paths: -------------- trunk/src/toolbar.c
Modified: trunk/src/toolbar.c =================================================================== --- trunk/src/toolbar.c 2009-07-07 12:19:02 UTC (rev 3923) +++ trunk/src/toolbar.c 2009-07-07 12:21:18 UTC (rev 3924) @@ -780,7 +780,7 @@ tbw->store_used = gtk_list_store_new(1, G_TYPE_STRING);
label = gtk_label_new( - _("Select items to be displayed on the toolbar. Items can be reodered by drag and drop.")); + _("Select items to be displayed on the toolbar. Items can be reordered by drag and drop.")); gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
tree_available = gtk_tree_view_new();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.