Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Aug 23, 2016
1 parent aa7784d commit 2d918a4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/lib/installation/clients/inst_update_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -534,24 +534,24 @@ def initialize_progress
@wizard_open = true

Yast::Progress.New(
# TRANSLATORS: dialog title
_("Updating the Installer..."),
# TRANSLATORS: progress title
_("Updating the Installer..."),
# max is 100%
100,
# stages
[
# TRANSLATORS: progress label
_("Add Update Repository"),
_("Download the Packages"),
_("Apply the Packages"),
_("Restart")
],
# steps
[],
# help text
""
# TRANSLATORS: dialog title
_("Updating the Installer..."),
# TRANSLATORS: progress title
_("Updating the Installer..."),
# max is 100%
100,
# stages
[
# TRANSLATORS: progress label
_("Add Update Repository"),
_("Download the Packages"),
_("Apply the Packages"),
_("Restart")
],
# steps
[],
# help text
""
)

# mark the first stage active
Expand Down

0 comments on commit 2d918a4

Please sign in to comment.