Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
688639bf by wurstsalat at 2023-05-23T21:40:29+02:00
cfix: ChatBanner: Fix text for contacts
- - - - -
1 changed file:
- gajim/gtk/chat_banner.py
Changes:
=====================================
gajim/gtk/chat_banner.py
=====================================
@@ -347,7 +347,7 @@ def _on_share_clicked(self, _button: Gtk.Button) -> None:
if self._contact.is_groupchat:
share_text = _('Scan this QR code to join %s.')
else:
- share_text = _('Scan this QR code to add %s to your contact list.')
+ share_text = _('Scan this QR code to start a chat with %s.')
self._ui.share_instructions.set_text(share_text % self._contact.name)
# Generate QR code on demand (i.e. not when switching chats)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/688639bf76087e72dc4073287a677917f932979c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/688639bf76087e72dc4073287a677917f932979c
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