changes for translation

pull/53/head
Zlatin Balevsky 2020-11-06 05:10:14 +00:00
parent 38036132b8
commit 157dd0af7c
No known key found for this signature in database
GPG Key ID: A72832072D525E41
2 changed files with 3 additions and 2 deletions

View File

@ -129,7 +129,7 @@ DONE_PIECES=Done Pieces
B_SEC=B/sec
# Uploads pane
YOU_CAN_DRAG_AND_DROP=You can drag-and-drop files and directories here
YOU_CAN_DRAG_AND_DROP=You can drag and drop files and directories here
HASHING=Hashing
BYTES_SHORT=B
TREE=Tree
@ -601,6 +601,7 @@ NO_RECIPIENTS=No Recipients
NO_RECIPIENTS_BODY=Please add at least one recipient.
## Add Contact dialog
ADD_CONTACT_SPECIFIC=Add Contact
ADD_CONTACT_TITLE=Add a new contact
ADD_CONTACT_BODY=Copy-paste the full MuWire ID of your new contact below.
ADD_CONTACT_INVALID_ID_TITLE=Invalid full MuWire ID

View File

@ -54,7 +54,7 @@ class AddContactView {
reasonArea = textArea(editable : true, lineWrap : true, wrapStyleWord : true)
}
panel(constraints : BorderLayout.SOUTH) {
button(text : trans("ADD_CONTACT"), addAction)
button(text : trans("ADD_CONTACT_SPECIFIC"), addAction)
button(text : trans("CANCEL"), cancelAction)
}
}