Skip to content

Commit

Permalink
[welcome] added translation support for new messages
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Apr 20, 2024
1 parent 2e87082 commit 8bec719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eos-install-mode-run-calamares
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ AskMode() {
PleaseWait() {
case "$1" in
start)
eos_yad --form --width=250 --title="Starting calamares" --text="Please wait..." --image=$ICO_CALAMARES --no-buttons &
eos_yad --form --width=250 --title="$(ltr ins_start_calamares)" --text="$(ltr ins_please_wait)" --image=$ICO_CALAMARES --no-buttons &
waitpid=$(ps -ef | grep -wv grep | grep "\--no-buttons" | awk '{print $2}')
;;
stop)
Expand Down

0 comments on commit 8bec719

Please sign in to comment.