mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-10 20:28:46 -04:00
In CLI, validate downloads_dir when starting in receive mode
This commit is contained in:
parent
162a50b217
commit
ccc2d10604
2 changed files with 30 additions and 12 deletions
|
@ -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: {}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue