mirror of
https://github.com/dockur/windows.git
synced 2026-02-03 17:27:21 +00:00
fix: Use US spelling 'Canceled' instead of 'Cancelled'
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ba6c915ea4
commit
a51651e34a
@ -838,7 +838,7 @@ cmd_stop() {
|
||||
local confirm
|
||||
read -r confirm
|
||||
if [[ ! "$confirm" =~ ^[Yy]$ ]]; then
|
||||
info "Cancelled"
|
||||
info "Canceled"
|
||||
return 0
|
||||
fi
|
||||
|
||||
@ -1035,7 +1035,7 @@ cmd_rebuild() {
|
||||
local confirm
|
||||
read -r confirm
|
||||
if [[ "$confirm" != "yes" ]]; then
|
||||
info "Cancelled"
|
||||
info "Canceled"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user