SF.net SVN: geany:[4348] trunk/src/project.c

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Oct 21 11:32:00 UTC 2009


Revision: 4348
          http://geany.svn.sourceforge.net/geany/?rev=4348&view=rev
Author:   ntrel
Date:     2009-10-21 11:31:58 +0000 (Wed, 21 Oct 2009)

Log Message:
-----------
Edit label.

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

Modified: trunk/src/project.c
===================================================================
--- trunk/src/project.c	2009-10-20 16:59:00 UTC (rev 4347)
+++ trunk/src/project.c	2009-10-21 11:31:58 UTC (rev 4348)
@@ -482,7 +482,7 @@
 	notebook = ui_lookup_widget(e->dialog, "project_notebook");
 	gtk_notebook_insert_page(GTK_NOTEBOOK(notebook), build_table, label, 2);
 
-	label = gtk_label_new(_("Set the non-filetype working directories on build tab to use base path:"));
+	label = gtk_label_new(_("Set the Build non-filetype working directories to use base path:"));
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
 
 	button = gtk_button_new_with_label(_("Set"));


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