Philipp Hörist pushed to branch master at gajim / gajim
Commits:
b096bc40 by Philipp Hörist at 2025-11-16T09:47:25+01:00
cfix: Preferences: Change read marker setting string
- - - - -
1 changed file:
- gajim/gtk/preference/account.py
Changes:
=====================================
gajim/gtk/preference/account.py
=====================================
@@ -286,7 +286,7 @@ def __init__(self, account: str) -> None:
),
Setting(
SettingKind.SWITCH,
- _("Send Read Markers"),
+ _("Read Receipts"),
SettingType.VALUE,
app.settings.get_account_setting(account,
"send_marker_default"),
callback=self._send_read_marker,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b096bc40fa9359abaf52fb4c7514d2f70e16e4b4
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b096bc40fa9359abaf52fb4c7514d2f70e16e4b4
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]