diff --git a/gui/definitions/AddContact.xml b/gui/definitions/AddContact.xml index 7b3045ef..71668b2d 100644 --- a/gui/definitions/AddContact.xml +++ b/gui/definitions/AddContact.xml @@ -11,7 +11,7 @@ I would like to add you to my contact list. - + GTK_WIN_POS_CENTER 6 @@ -46,20 +46,6 @@ 12 6 - - - Please fill in the information for the peer you would like to add. If you have more than one account, ensure you choose the account you would like to add this peer to. You can optionally choose to save a nickname for this peer. You can also choose to automatically allow the peer to see you, without them having to ask permission first. Finally, you can also customize the message the peer will see when asking to see them. Remember that this message will not be end-to-end encrypted, so do not reveal any sensitive information in this message. - true - true - 65 - - - 0 - 0 - 2 - - - Account: @@ -91,7 +77,7 @@ - Contact to add: + Email: GTK_JUSTIFY_RIGHT GTK_ALIGN_END @@ -114,7 +100,7 @@ - Nickname: + Name: GTK_JUSTIFY_RIGHT GTK_ALIGN_END @@ -184,7 +170,21 @@ 3 - + + + + Warning: This message will not be end-to-end encrypted. Do not reveal any sensitive information in it. + true + true + 65 + + + 0 + 0 + 2 + + + GTK_ORIENTATION_HORIZONTAL diff --git a/gui/definitions/add_contact.go b/gui/definitions/add_contact.go index 924b3d0a..a813617f 100644 --- a/gui/definitions/add_contact.go +++ b/gui/definitions/add_contact.go @@ -20,7 +20,7 @@ func (*defAddContact) String() string { I would like to add you to my contact list. - + GTK_WIN_POS_CENTER 6 @@ -55,20 +55,6 @@ func (*defAddContact) String() string { 12 6 - - - Please fill in the information for the peer you would like to add. If you have more than one account, ensure you choose the account you would like to add this peer to. You can optionally choose to save a nickname for this peer. You can also choose to automatically allow the peer to see you, without them having to ask permission first. Finally, you can also customize the message the peer will see when asking to see them. Remember that this message will not be end-to-end encrypted, so do not reveal any sensitive information in this message. - true - true - 65 - - - 0 - 0 - 2 - - - Account: @@ -100,7 +86,7 @@ func (*defAddContact) String() string { - Contact to add: + Email: GTK_JUSTIFY_RIGHT GTK_ALIGN_END @@ -123,7 +109,7 @@ func (*defAddContact) String() string { - Nickname: + Name: GTK_JUSTIFY_RIGHT GTK_ALIGN_END @@ -193,7 +179,21 @@ func (*defAddContact) String() string { 3 - + + + + Warning: This message will not be end-to-end encrypted. Do not reveal any sensitive information in it. + true + true + 65 + + + 0 + 0 + 2 + + + GTK_ORIENTATION_HORIZONTAL