Revision: 1385 http://svn.sourceforge.net/geany/?rev=1385&view=rev Author: eht16 Date: 2007-03-12 09:18:12 -0700 (Mon, 12 Mar 2007)
Log Message: ----------- Added missing whitespace (found by Frank).
Modified Paths: -------------- trunk/src/project.c
Modified: trunk/src/project.c =================================================================== --- trunk/src/project.c 2007-03-12 16:12:42 UTC (rev 1384) +++ trunk/src/project.c 2007-03-12 16:18:12 UTC (rev 1385) @@ -435,7 +435,7 @@ if (app->project != NULL) { gchar *msg = - _("The '%s' project is already open." + _("The '%s' project is already open. " "Do you want to close it before proceeding?");
if (dialogs_show_question(msg, app->project->name))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.