Skip to content

Commit

Permalink
Kill some YCP zombies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Nov 25, 2021
1 parent 71a955a commit d82c357
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/include/installation/misc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,15 @@ def confirmInstallation
)

# Text for confirmation popup before the installation really starts 2/3
body = Ops.add(
body,
_(
"<p>If you continue now, partitions on your\n" \
"hard disk will be modified according to the installation settings in the\n" \
"previous dialogs.</p>"
)
body << _(
"<p>If you continue now, partitions on your\n" \
"hard disk will be modified according to the installation settings in the\n" \
"previous dialogs.</p>"
)

# Text for confirmation popup before the installation really starts 3/3
body = Ops.add(
body,
_("<p>Go back and check the settings if you are unsure.</p>")
body << _(
"<p>Go back and check the settings if you are unsure.</p>"
)

confirm_button_label = Label.InstallButton
Expand Down

0 comments on commit d82c357

Please sign in to comment.