aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorJacki <jacki@thejackimonster.de>2024-02-15 23:36:37 +0100
committerJacki <jacki@thejackimonster.de>2024-02-15 23:36:37 +0100
commit7714537bef3658d60a994d8cf9ccca83642d8105 (patch)
treea82026a69cb4e833c63f3b7ba409bc3666886fb3 /resources
parentf30e91fc353c7bdeaa62560de71f358905a0bdf9 (diff)
downloadmessenger-gtk-7714537bef3658d60a994d8cf9ccca83642d8105.tar.gz
messenger-gtk-7714537bef3658d60a994d8cf9ccca83642d8105.zip
Adjust lobby warning text
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'resources')
-rw-r--r--resources/ui/new_lobby.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/ui/new_lobby.ui b/resources/ui/new_lobby.ui
index cf37d0c..ea07035 100644
--- a/resources/ui/new_lobby.ui
+++ b/resources/ui/new_lobby.ui
@@ -163,7 +163,7 @@ Author: Tobias Frisch
163 <object class="GtkLabel"> 163 <object class="GtkLabel">
164 <property name="visible">True</property> 164 <property name="visible">True</property>
165 <property name="can-focus">False</property> 165 <property name="can-focus">False</property>
166 <property name="label" translatable="yes">Beware that you don't reuse lobbies to establish private chats with only one of your contacts!</property> 166 <property name="label" translatable="yes">Please notice that everyone with access to the lobby's code can enter its chat!</property>
167 <property name="wrap">True</property> 167 <property name="wrap">True</property>
168 <property name="wrap-mode">word-char</property> 168 <property name="wrap-mode">word-char</property>
169 </object> 169 </object>