meld r1082 - trunk



Author: stevek
Date: Sat Nov 15 14:28:03 2008
New Revision: 1082
URL: http://svn.gnome.org/viewvc/meld?rev=1082&view=rev

Log:
Bug 560912 â Misspelling


Modified:
   trunk/meldapp.py

Modified: trunk/meldapp.py
==============================================================================
--- trunk/meldapp.py	(original)
+++ trunk/meldapp.py	Sat Nov 15 14:28:03 2008
@@ -290,7 +290,7 @@
     def on_checkbutton_spaces_instead_of_tabs_toggled(self, check):
         self.prefs.spaces_instead_of_tabs = check.get_active()
         if check.get_active() and not sourceview_available:
-            misc.run_dialog(_("Spaces instead of_tab is only available if you have gnome-python-desktop installed.") )
+            misc.run_dialog(_("Spaces instead of tab is only available if you have gnome-python-desktop installed.") )
     def on_option_wrap_lines_changed(self, option):
         self.prefs.edit_wrap_lines = option.get_history()
     def on_checkbutton_supply_newline_toggled(self, check):



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