SF.net SVN: geany: [2516] trunk/plugins/autosave.c

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Apr 22 14:53:20 UTC 2008


Revision: 2516
          http://geany.svn.sourceforge.net/geany/?rev=2516&view=rev
Author:   eht16
Date:     2008-04-22 07:53:20 -0700 (Tue, 22 Apr 2008)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    trunk/plugins/autosave.c

Modified: trunk/plugins/autosave.c
===================================================================
--- trunk/plugins/autosave.c	2008-04-22 14:44:45 UTC (rev 2515)
+++ trunk/plugins/autosave.c	2008-04-22 14:53:20 UTC (rev 2516)
@@ -74,7 +74,7 @@
 
 	if (saved_files > 0 && print_msg)
 		p_ui->set_statusbar(FALSE, ngettext(
-			"Autosave: Saved %d files automatically.",
+			"Autosave: Saved %d file automatically.",
 			"Autosave: Saved %d files automatically.", saved_files),
 			saved_files);
 


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