Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
51ecba65 by wurstsalat at 2022-05-26T18:54:06+02:00
fix: Replace user-visible strings of 'Groupchat' with 'Group 
Chat'

- - - - -


2 changed files:

- gajim/data/gui/groupchat_manage.ui
- gajim/gtk/groupchat_details.py


Changes:

=====================================
gajim/data/gui/groupchat_manage.ui
=====================================
@@ -157,7 +157,7 @@
                 <property name="sensitive">False</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">False</property>
-                <property name="tooltip-text" translatable="yes">Destroy 
Groupchat…</property>
+                <property name="tooltip-text" translatable="yes">Destroy Group 
Chat…</property>
                 <signal name="clicked" handler="_on_destroy_clicked" 
swapped="no"/>
                 <child>
                   <object class="GtkImage">


=====================================
gajim/gtk/groupchat_details.py
=====================================
@@ -51,7 +51,7 @@ def __init__(self,
         self.set_type_hint(Gdk.WindowTypeHint.DIALOG)
         self.set_resizable(True)
         self.set_default_size(-1, 600)
-        self.set_title(_('Groupchat Details'))
+        self.set_title(_('Group Chat Details'))
 
         self.account = contact.account
         self._client = app.get_client(contact.account)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/51ecba65121fb3aa5291a374f127a120b6330c5d

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/51ecba65121fb3aa5291a374f127a120b6330c5d
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

Reply via email to