Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
b20ef67e by wurstsalat at 2022-08-19T09:16:24+02:00
cq: MoreMenuButton: Add ellipsis for indirect actions
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/widgets.py
Changes:
=====================================
gajim/gtk/conversation/rows/widgets.py
=====================================
@@ -130,7 +130,7 @@ def _create_popover(self,
correct_button.set_halign(Gtk.Align.START)
correct_button.connect(
'clicked', self._row.on_correct_message)
- correct_button.set_label(Q_('?Message row action:Correct'))
+ correct_button.set_label(Q_('?Message row action:Correct…'))
correct_button.set_image(Gtk.Image.new_from_icon_name(
'document-edit-symbolic', Gtk.IconSize.MENU))
menu_box.add(correct_button)
@@ -140,7 +140,7 @@ def _create_popover(self,
retract_button.set_halign(Gtk.Align.START)
retract_button.connect(
'clicked', self._row.on_retract_message)
- retract_button.set_label(Q_('?Message row action:Retract'))
+ retract_button.set_label(Q_('?Message row action:Retract…'))
retract_button.set_image(Gtk.Image.new_from_icon_name(
'edit-undo-symbolic', Gtk.IconSize.MENU))
menu_box.add(retract_button)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b20ef67ee01c705bb1db37f1547bb5949ca5f891
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b20ef67ee01c705bb1db37f1547bb5949ca5f891
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits