[Reportbug-commits] [reportbug] 28/31: gtk2_ui: suggest to install python3-gtkspellcheck
Sandro Tosi
morph at moszumanska.debian.org
Mon Jan 16 01:36:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit a0479d410ba7bb91d71601e43f70d979c8528a8d
Author: Sandro Tosi <morph at debian.org>
Date: Sun Jan 15 18:57:20 2017 -0500
gtk2_ui: suggest to install python3-gtkspellcheck
---
reportbug/ui/gtk2_ui.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 2a23d9f..f60a1eb 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1330,7 +1330,7 @@ class EditorPage(Page):
if gtkspellcheck is NotImplemented:
box = Gtk.EventBox()
- label = Gtk.Label(label="Please install <b>python-gtkspellcheck</b> to enable spell checking")
+ label = Gtk.Label(label="Please install <b>python3-gtkspellcheck</b> to enable spell checking")
label.set_use_markup(True)
label.set_line_wrap(True)
label.set_selectable(True)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list