mirror of https://github.com/zlatinb/muwire
Dismiss -> Close
parent
d73d7d4037
commit
1b00a00301
|
@ -392,7 +392,6 @@ SEARCHER=Searcher
|
|||
CLEAR_HITS=Clear Hits
|
||||
|
||||
## Show Comment frame
|
||||
DISMISS=Dismiss
|
||||
|
||||
## Add comment frame
|
||||
ADD_COMMENT_MULTIPLE=Add comment to multiple files
|
||||
|
|
|
@ -70,7 +70,7 @@ class BrowseView {
|
|||
button(text : trans("VIEW_COMMENT"), enabled : bind{model.viewCommentActionEnabled}, viewCommentAction)
|
||||
button(text : trans("VIEW_CERTIFICATES"), enabled : bind{model.viewCertificatesActionEnabled}, viewCertificatesAction)
|
||||
button(text : trans("CHAT"), enabled : bind {model.chatActionEnabled}, chatAction)
|
||||
button(text : trans("DISMISS"), dismissAction)
|
||||
button(text : trans("CLOSE"), dismissAction)
|
||||
label(text : trans("DOWNLOAD_SEQUENTIALLY"))
|
||||
sequentialDownloadCheckbox = checkBox()
|
||||
}
|
||||
|
|
|
@ -66,7 +66,7 @@ class FetchCertificatesView {
|
|||
panel(constraints : BorderLayout.SOUTH) {
|
||||
button(text : trans("IMPORT"), enabled : bind {model.importActionEnabled}, importCertificatesAction)
|
||||
button(text : trans("SHOW_COMMENT"), enabled : bind {model.showCommentActionEnabled}, showCommentAction)
|
||||
button(text : trans("DISMISS"), dismissAction)
|
||||
button(text : trans("CLOSE"), dismissAction)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ class ShowCommentView {
|
|||
}
|
||||
}
|
||||
panel (constraints : BorderLayout.SOUTH) {
|
||||
button(text : trans("DISMISS"), dismissAction)
|
||||
button(text : trans("CLOSE"), dismissAction)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ class SignView {
|
|||
panel (constraints : BorderLayout.SOUTH) {
|
||||
button(text : trans("SIGN"), signAction)
|
||||
button(text : trans("COPY_TO_CLIPBOARD"), copyAction)
|
||||
button(text : trans("DISMISS"), closeAction)
|
||||
button(text : trans("CLOSE"), closeAction)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue