In CLI, validate downloads_dir when starting in receive mode

This commit is contained in:
Micah Lee 2018-03-06 07:40:57 -08:00
parent 162a50b217
commit ccc2d10604
2 changed files with 30 additions and 12 deletions

View file

@ -156,5 +156,7 @@
"gui_file_info": "{} Files, {}",
"gui_file_info_single": "{} File, {}",
"info_in_progress_downloads_tooltip": "{} download(s) in progress",
"info_completed_downloads_tooltip": "{} download(s) completed"
"info_completed_downloads_tooltip": "{} download(s) completed",
"error_cannot_create_downloads_dir": "Error creating downloads folder: {}",
"error_downloads_dir_not_writable": "The downloads folder isn't writable: {}"
}