Make some strings translatable and update .ts files

This commit is contained in:
Bill Somerville
2020-06-02 14:11:56 +01:00
parent d147eae27e
commit 79973f61d7
9 changed files with 1791 additions and 1623 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Directory::Directory (Configuration const * configuration
file_icon_.addPixmap (style ()->standardPixmap (QStyle::SP_FileIcon));
setColumnCount (2);
setHeaderLabels ({"File", "Progress"});
setHeaderLabels ({tr ("File"), tr ("Progress")});
header ()->setSectionResizeMode (QHeaderView::ResizeToContents);
setItemDelegate (&item_delegate_);