Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Main window: doc list: cosmetic
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Flesch <jerome.flesch@netasq.com>
  • Loading branch information
Jerome Flesch committed May 30, 2012
1 parent 4eac9a2 commit 15e37d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paperwork/controller/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ def refresh_doc_list(self):
self.lists['matches'][1].clear()
for doc in documents:
labels = doc.labels
final_str = doc.name
final_str = "<b>%s</b>" % (doc.name)
nb_pages = doc.nb_pages
if nb_pages > 1:
final_str += (_("\n %d pages") % (doc.nb_pages))
Expand Down

0 comments on commit 15e37d8

Please sign in to comment.