[anjuta] language-support-python: bgo#627437 - couldn't find python rope.



commit 9ac818921e41541aa3a8b1a26129c17fc82c0320
Author: Massimo Corà <mcora src gnome org>
Date:   Sun Aug 29 17:31:05 2010 +0200

    language-support-python: bgo#627437 - couldn't find python rope.
    
    A better description is given to user.

 plugins/language-support-python/plugin.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/plugins/language-support-python/plugin.c b/plugins/language-support-python/plugin.c
index 532e9bb..d839c2d 100644
--- a/plugins/language-support-python/plugin.c
+++ b/plugins/language-support-python/plugin.c
@@ -911,8 +911,9 @@ on_check_finished (AnjutaLauncher* launcher,
 		                                                 GTK_RESPONSE_ACCEPT,
 		                                                 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 needed for autocompletion in python files.\n"
+
+		GtkWidget* label = gtk_label_new (_("Either python path is wrong or python-rope (http://rope.sf.net) libraries\n"
+		                                    "aren't installed. Both are required 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]