Kaydet (Commit) 6146cc93 authored tarafından Enrico Tröger's avatar Enrico Tröger

Fixed typo.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@934 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 07c61dc5
......@@ -637,7 +637,7 @@ int document_open_file(gint idx, const gchar *filename, gint pos, gboolean reado
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment