Philipp Hörist pushed to branch master at gajim / gajim
Commits:
7ecb474f by Philipp Hörist at 2022-10-30T17:17:15+01:00
fix: Make string translatable
- - - - -
1 changed file:
- gajim/gtk/groupchat_creation.py
Changes:
=====================================
gajim/gtk/groupchat_creation.py
=====================================
@@ -132,7 +132,7 @@ def _fill_placeholders(self) -> None:
self._ui.name_entry.set_placeholder_text(
_('e.g. %s') % placeholder[0])
self._ui.description_entry.set_placeholder_text(
- _('e.g. %s' % placeholder[1]))
+ _('e.g. %s') % placeholder[1])
self._ui.address_entry.set_placeholder_text(
f'{placeholder[2]}@{server}')
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7ecb474f2f3f9fb19167dd9216fc88d660e0872d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7ecb474f2f3f9fb19167dd9216fc88d660e0872d
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