=== modified file 'preferences.py' Index: meld-1.5.0/meld/preferences.py =================================================================== --- meld-1.5.0.orig/meld/preferences.py 2010-12-27 09:10:50.000000000 +1100 +++ meld-1.5.0/meld/preferences.py 2011-01-19 14:52:51.510731776 +1100 @@ -139,7 +139,7 @@ self.checkbutton_use_syntax_highlighting.set_active( self.prefs.use_syntax_highlighting ) else: no_sourceview_text = \ - _("Only available if you have gnome-python-desktop installed") + _("Only available if you have python-gtksourceview2 installed") for w in (self.checkbutton_spaces_instead_of_tabs, self.checkbutton_show_line_numbers, self.checkbutton_use_syntax_highlighting,