mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2052500 [[Enhancement] Unnessesary space in Edit book window title](https://bugs.launchpad.net/calibre/+bug/2052500)
This commit is contained in:
parent
2132e31339
commit
5f8930ab31
@ -415,7 +415,7 @@ class MetadataSingleDialogBase(QDialog):
|
||||
if len(title) > 50:
|
||||
title = title[:50] + '\u2026'
|
||||
self.setWindowTitle(BASE_TITLE + ' - ' +
|
||||
title + ' - ' +
|
||||
title + ' -' +
|
||||
_(' [%(num)d of %(tot)d]')%dict(num=self.current_row+1,
|
||||
tot=len(self.row_list)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user