mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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
|
||||
echo ""
|
||||
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.
|
||||
|
||||
Is it OK to delete HDD for fresh RaspiBlitz?
|
||||
|
|
Loading…
Add table
Reference in a new issue