Philipp Hörist pushed to branch master at gajim / gajim
Commits:
67a9d9fd by lovetox at 2022-06-06T21:40:59+02:00
imprv: Preferences: Change Section titel and setting
- - - - -
2 changed files:
- gajim/data/gui/preferences.ui
- gajim/gtk/preferences.py
Changes:
=====================================
gajim/data/gui/preferences.ui
=====================================
@@ -39,7 +39,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="label"
translatable="yes">Behaviour of Windows & Tabs</property>
+ <property name="label"
translatable="yes">Behaviour of Application Window</property>
<property name="xalign">0</property>
<style>
<class name="bold"/>
=====================================
gajim/gtk/preferences.py
=====================================
@@ -193,7 +193,7 @@ def __init__(self, *args: Any) -> None:
settings = [
Setting(SettingKind.POPOVER,
- _('Show Gajim on Startup'),
+ _('Show on Startup'),
SettingType.CONFIG,
'show_main_window_on_startup',
props={'entries': main_window_on_startup_items},
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/67a9d9fd77f05c4d3f120970c589e0e746547a9a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/67a9d9fd77f05c4d3f120970c589e0e746547a9a
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