Philipp Hörist pushed to branch serverinfo at gajim / gajim
Commits:
2996a969 by Philipp Hörist at 2025-09-03T23:26:42+02:00
fixes
- - - - -
2 changed files:
- gajim/data/gui/preferences/certificate.ui
- gajim/gtk/preference/account.py
Changes:
=====================================
gajim/data/gui/preferences/certificate.ui
=====================================
@@ -145,6 +145,7 @@
<property name="subtitle-selectable">True</property>
<style>
<class name="property"/>
+ <class name="monospace"/>
</style>
</object>
</child>
@@ -154,6 +155,7 @@
<property name="subtitle-selectable">True</property>
<style>
<class name="property"/>
+ <class name="monospace"/>
</style>
</object>
</child>
=====================================
gajim/gtk/preference/account.py
=====================================
@@ -421,7 +421,7 @@ def __init__(self, account: str) -> None:
SettingKind.SUBPAGE,
_("Certificate"),
SettingType.DIALOG,
- desc=_("Details about the used certificate for the
connection"),
+ desc=_("Details about the certificate used by this
connection"),
props={"subpage": f"{self.account}-connection-certificate"},
),
Setting(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2996a9690261477feeb45414595170ca00d5850a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2996a9690261477feeb45414595170ca00d5850a
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]