[rigo] replace "remove ?" with "remove" in CommentBox removal link area

This commit is contained in:
Fabio Erculiani
2012-03-07 08:11:44 +01:00
parent a36209f0d1
commit 83ea693196
+1 -1
View File
@@ -125,7 +125,7 @@ class CommentBox(Gtk.VBox):
remove_str = ""
if logged_username == doc_username:
remove_str = ", <b><a href=\"remove\">%s</a></b>" % (
escape_markup(_("remove ?")),)
escape_markup(_("remove")),)
self._header_label.set_markup(
"<small><b>%s</b>" % (escape_markup(doc_username),) \