From 2b13830848499fc269bd0e33113dd2bb36ad9ee7 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Fri, 3 Jul 2015 14:17:15 +0200 Subject: [PATCH] Fix typo (loose) --- plugins/scintilla/text_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scintilla/text_editor.c b/plugins/scintilla/text_editor.c index 1fbea06..12c8601 100644 --- a/plugins/scintilla/text_editor.c +++ b/plugins/scintilla/text_editor.c @@ -515,7 +515,7 @@ on_text_editor_uri_changed (GFileMonitor *monitor, else { buff = g_strdup_printf (_("The file '%s' has been changed.\n" - "Do you want to loose your changes and reload it?"), + "Do you want to lose your changes and reload it?"), te->filename); } message_area = anjuta_message_area_new (buff, GTK_MESSAGE_WARNING); -- 2.11.4.GIT