mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 15:40:58 +00:00
Merge pull request #270 from mesbahamin/grammatical-corrections
Fix 3 grammatical errors.
This commit is contained in:
commit
6926583d79
8
tomb
8
tomb
@ -570,7 +570,7 @@ lo_mount() {
|
|||||||
[[ $? = 0 ]] || {
|
[[ $? = 0 ]] || {
|
||||||
_warning "Loop mount of volumes is not possible on this machine, this error"
|
_warning "Loop mount of volumes is not possible on this machine, this error"
|
||||||
_warning "often occurs on VPS and kernels that don't provide the loop module."
|
_warning "often occurs on VPS and kernels that don't provide the loop module."
|
||||||
_warning "It is impossible to use Tomb on this machine at this conditions."
|
_warning "It is impossible to use Tomb on this machine under these conditions."
|
||||||
_failure "Operation aborted."
|
_failure "Operation aborted."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -665,7 +665,7 @@ usage() {
|
|||||||
_print " -q run quietly without printing informations"
|
_print " -q run quietly without printing informations"
|
||||||
_print " -D print debugging information at runtime"
|
_print " -D print debugging information at runtime"
|
||||||
_print "\000"
|
_print "\000"
|
||||||
_print "For more informations on Tomb read the manual: man tomb"
|
_print "For more information on Tomb read the manual: man tomb"
|
||||||
_print "Please report bugs on <http://github.com/dyne/tomb/issues>."
|
_print "Please report bugs on <http://github.com/dyne/tomb/issues>."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1677,8 +1677,8 @@ forge_key() {
|
|||||||
|
|
||||||
TOMBKEYFILE="$destkey" # Set global variable
|
TOMBKEYFILE="$destkey" # Set global variable
|
||||||
|
|
||||||
_warning "This operation takes time, keep using this computer on other tasks,"
|
_warning "This operation takes time. Keep using this computer on other tasks."
|
||||||
_warning "once done you will be asked to choose a password for your tomb."
|
_warning "Once done you will be asked to choose a password for your tomb."
|
||||||
_warning "To make it faster you can move the mouse around."
|
_warning "To make it faster you can move the mouse around."
|
||||||
_warning "If you are on a server, you can use an Entropy Generation Daemon."
|
_warning "If you are on a server, you can use an Entropy Generation Daemon."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user