You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.radioButtonCreateChan.setText(_translate("NewChanDialog", "Create a new chan", None))
91
-
self.radioButtonJoinChan.setText(_translate("NewChanDialog", "Join a chan", None))
92
-
self.groupBoxJoinChan.setTitle(_translate("NewChanDialog", "Join a chan", None))
93
-
self.label.setText(_translate("NewChanDialog", "<html><head/><body><p>A chan is a set of encryption keys that is shared by a group of people. The keys and bitmessage address used by a chan is generated from a human-friendly word or phrase (the chan name).</p><p>Chans are experimental and are unmoderatable.</p></body></html>", None))
self.groupBoxCreateChan.setTitle(_translate("NewChanDialog", "Create a chan", None))
97
-
self.label_4.setText(_translate("NewChanDialog", "Enter a name for your chan. If you choose a sufficiently complex chan name (like a strong and unique passphrase) and none of your friends share it publicly then the chan will be secure and private.", None))
self.radioButtonCreateChan.setText(_translate("newChanDialog", "Create a new chan", None))
94
+
self.radioButtonJoinChan.setText(_translate("newChanDialog", "Join a chan", None))
95
+
self.groupBoxCreateChan.setTitle(_translate("newChanDialog", "Create a chan", None))
96
+
self.label_4.setText(_translate("newChanDialog", "Enter a name for your chan. If you choose a sufficiently complex chan name (like a strong and unique passphrase) and none of your friends share it publicly then the chan will be secure and private.", None))
self.groupBoxJoinChan.setTitle(_translate("newChanDialog", "Join a chan", None))
99
+
self.label.setText(_translate("newChanDialog", "<html><head/><body><p>A chan exists when a group of people share the same decryption keys. The keys and bitmessage address used by a chan are generated from a human-friendly word or phrase (the chan name). To send a message to everyone in the chan, send a normal person-to-person message to the chan address.</p><p>Chans are experimental and completely unmoderatable.</p></body></html>", None))
0 commit comments