diff options
Diffstat (limited to 'src/modules/sharedfileswindow/sharedfileswindow.cpp')
-rw-r--r-- | src/modules/sharedfileswindow/sharedfileswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sharedfileswindow/sharedfileswindow.cpp b/src/modules/sharedfileswindow/sharedfileswindow.cpp index c8aa9e40..11e320db 100644 --- a/src/modules/sharedfileswindow/sharedfileswindow.cpp +++ b/src/modules/sharedfileswindow/sharedfileswindow.cpp @@ -411,7 +411,7 @@ void KviSharedFilesWindow::rightButtonPressed(KviTalListViewItem *it,const TQPoi if(fi.exists()) { tmp += "<nobr>"; - tmp += __tr2qs_ctx("Size: %1 bytes","filetransferwindow").tqarg(fi.size()); + tmp += __tr2qs_ctx("Size: %1 bytes","filetransferwindow").arg(fi.size()); tmp += "</nobr><br>"; } |