[anjuta] python-support: Fixed typo in warnings message



commit 814ea130cd4f4d0d02c3bf8d9ed3a0f7ec4849d9
Author: Johannes Schmid <jhs gnome org>
Date:   Sun Aug 8 11:46:09 2010 +0200

    python-support: Fixed typo in warnings message

 plugins/language-support-python/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/language-support-python/plugin.c b/plugins/language-support-python/plugin.c
index d4d9f95..efb48e4 100644
--- a/plugins/language-support-python/plugin.c
+++ b/plugins/language-support-python/plugin.c
@@ -912,7 +912,7 @@ on_check_finished (AnjutaLauncher* launcher,
 		                                                 NULL);
 		GtkWidget* area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 		GtkWidget* label = gtk_label_new (_("Couldn't find python-rope (http://rope.sf.net) libraries which\n"
-		                                    "are need for autocompletion in python files.\n"
+		                                    "are needed for autocompletion in python files.\n"
 		                                    "Please install them and check the python path in the preferences."));
 		GtkWidget* check_button = gtk_check_button_new_with_label (_("Do not show that warning again"));
 



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