mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
Merge pull request #935 from zheli/fix-typo
Fix typo: usefull -> useful.
This commit is contained in:
commit
28b8669414
1 changed files with 6 additions and 6 deletions
|
@ -80,7 +80,7 @@ if [ ${existsHDD} -eq 1 ]; then
|
||||||
else
|
else
|
||||||
echo ""
|
echo ""
|
||||||
dialog --title "Format HDD" --yes-button "Yes" --no-button "Cancel" --yesno "RaspiBlitz detected a Hard Disk Drive (HDD).
|
dialog --title "Format HDD" --yes-button "Yes" --no-button "Cancel" --yesno "RaspiBlitz detected a Hard Disk Drive (HDD).
|
||||||
It will get formatted to EXT4 to be usefull.
|
It will get formatted to EXT4 to be useful.
|
||||||
This will DELETE ALL FORMER DATA on the HDD.
|
This will DELETE ALL FORMER DATA on the HDD.
|
||||||
|
|
||||||
Is it OK to delete HDD for fresh RaspiBlitz?
|
Is it OK to delete HDD for fresh RaspiBlitz?
|
||||||
|
|
Loading…
Add table
Reference in a new issue