Revision: 2127 http://geany.svn.sourceforge.net/geany/?rev=2127&view=rev Author: eht16 Date: 2007-12-23 07:20:17 -0800 (Sun, 23 Dec 2007)
Log Message: ----------- Remove an extra space.
Modified Paths: -------------- trunk/src/project.c
Modified: trunk/src/project.c =================================================================== --- trunk/src/project.c 2007-12-23 15:19:42 UTC (rev 2126) +++ trunk/src/project.c 2007-12-23 15:20:17 UTC (rev 2127) @@ -525,7 +525,7 @@ { if (dialogs_show_question_full(NULL, GTK_STOCK_OK, GTK_STOCK_CANCEL, _("Do you want to close it before proceeding?"), - _("The '%s' project is already open. "), app->project->name)) + _("The '%s' project is already open."), app->project->name)) { project_close(FALSE); return TRUE;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.