[anjuta-extras] bgo#690320 - Typo: loose should be lose



commit 0a67c11d2a881d45db839576f345a828505832ea
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Dec 24 14:36:31 2012 +0100

    bgo#690320 - Typo: loose should be lose

 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 f9ca083..506fd78 100644
--- a/plugins/scintilla/text_editor.c
+++ b/plugins/scintilla/text_editor.c
@@ -540,7 +540,7 @@ on_text_editor_uri_changed (GFileMonitor *monitor,
 			{
 				buff = g_strdup_printf (_
 							 ("The file '%s' has been deleted.\n"
-							  "Do you want to loose your changes and close it?"),
+							  "Do you want to lose your changes and close 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]