Tweaking import page UI
This commit is contained in:
parent
d2789e5662
commit
c009edfec6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Dialog {
|
|||
DialogHeader {
|
||||
id: dialogHeader
|
||||
spacing: 0
|
||||
acceptText: (_loading || !importModel.count) ? "" :
|
||||
acceptText: ((_loading || !importModel.count) && !importModel.selectedCount) ? "" :
|
||||
//% "Import %0 book(s)"
|
||||
importModel.selectedCount ? qsTrId("import-view-import-n-books",importModel.selectedCount).arg(importModel.selectedCount) :
|
||||
//% "Select books"
|
||||
|
|
Loading…
Reference in a new issue