[anjuta-extras] Fix typo (loose)



commit 2b13830848499fc269bd0e33113dd2bb36ad9ee7
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Fri Jul 3 14:17:15 2015 +0200

    Fix typo (loose)

 plugins/scintilla/text_editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]