SF.net SVN: geany: [1351] trunk/src/project.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Thu Mar 1 15:54:12 UTC 2007
Revision: 1351
http://svn.sourceforge.net/geany/?rev=1351&view=rev
Author: ntrel
Date: 2007-03-01 07:54:12 -0800 (Thu, 01 Mar 2007)
Log Message:
-----------
Edit confirm project close text.
Modified Paths:
--------------
trunk/src/project.c
Modified: trunk/src/project.c
===================================================================
--- trunk/src/project.c 2007-03-01 12:38:31 UTC (rev 1350)
+++ trunk/src/project.c 2007-03-01 15:54:12 UTC (rev 1351)
@@ -348,7 +348,8 @@
if (app->project != NULL)
{
gchar *msg =
- _("There is already an open project \"%s\". Do you want to close it before proceed?");
+ _("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.
More information about the Commits
mailing list