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
|
local confirm
|
||||||
read -r confirm
|
read -r confirm
|
||||||
if [[ ! "$confirm" =~ ^[Yy]$ ]]; then
|
if [[ ! "$confirm" =~ ^[Yy]$ ]]; then
|
||||||
info "Cancelled"
|
info "Canceled"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -1035,7 +1035,7 @@ cmd_rebuild() {
|
|||||||
local confirm
|
local confirm
|
||||||
read -r confirm
|
read -r confirm
|
||||||
if [[ "$confirm" != "yes" ]]; then
|
if [[ "$confirm" != "yes" ]]; then
|
||||||
info "Cancelled"
|
info "Canceled"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user