Revision: 934 http://svn.sourceforge.net/geany/?rev=934&view=rev Author: eht16 Date: 2006-10-25 12:25:35 -0700 (Wed, 25 Oct 2006)
Log Message: ----------- Fixed typo.
Modified Paths: -------------- trunk/src/document.c
Modified: trunk/src/document.c =================================================================== --- trunk/src/document.c 2006-10-25 19:23:19 UTC (rev 933) +++ trunk/src/document.c 2006-10-25 19:25:35 UTC (rev 934) @@ -637,7 +637,7 @@ if (size != st.st_size) { gchar *warn_msg = _("The file "%s" could not opened properly and probably was truncated. " - "Be aware that saving it can cause data lost.\nThe file was set to read-only."); + "Be aware that saving it can cause data loss.\nThe file was set to read-only.");
if (app->main_window_realized) dialogs_show_msgbox(GTK_MESSAGE_WARNING, warn_msg, utf8_filename);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.