Skip to content

Commit

Permalink
cenity: Use british english for 'cancelled'
Browse files Browse the repository at this point in the history
  • Loading branch information
sysrich committed Nov 12, 2024
1 parent 07d5aa9 commit aee2e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/tik/lib/cenity
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cenity() {
if ! $cancel; then
echo "No Cancel"
else
echo "Canceled"
echo "Cancelled"
retvalue=1
return $retvalue
fi
Expand Down

0 comments on commit aee2e06

Please sign in to comment.