Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
ace22758 by wurstsalat at 2022-12-01T22:46:29+01:00
imprv: Message selection: Imrpove wording for deselecting messages
- - - - -
1 changed file:
- gajim/gtk/conversation/message_selection.py
Changes:
=====================================
gajim/gtk/conversation/message_selection.py
=====================================
@@ -35,7 +35,8 @@ def __init__(self) -> None:
self.get_style_context().add_class('floating-overlay-box')
- label = Gtk.Label(label=_('Click messages to select them'))
+ label = Gtk.Label(label=_('Click messages to select them\n'
+ '(Ctrl + Double Click to deselect)'))
self.attach(label, 0, 0, 2, 1)
copy_button = Gtk.Button(label=_('Copy Text'))
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ace22758fc34357d0e29adabccaa15e595e575b1
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ace22758fc34357d0e29adabccaa15e595e575b1
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