This commit is contained in:
Daniel Schadt 2016-02-23 14:33:10 +01:00
parent e5dc10a29e
commit 20daf1f86e

View File

@ -543,8 +543,8 @@ class DownloadItem(QObject):
message.error( message.error(
self._win_id, self._win_id,
"XDG_DOWNLOAD_DIR points to a relative path - please check" "XDG_DOWNLOAD_DIR points to a relative path - please check"
" your ~/.config/user-dirs.dirs. The download is saved in your " " your ~/.config/user-dirs.dirs. The download is saved in"
"home directory.", " your home directory.",
) )
# fall back to $HOME as download_dir # fall back to $HOME as download_dir
self._filename = create_full_filename( self._filename = create_full_filename(