Skip to content

Commit

Permalink
removed redundant initialization label (bnc#878538)
Browse files Browse the repository at this point in the history
- 3.1.132
  • Loading branch information
lslezak committed Feb 11, 2015
1 parent d96f3f6 commit cf4ea86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 11 09:03:38 UTC 2015 - lslezak@suse.cz

- removed redundant initialization label (bnc#878538)
- 3.1.132

-------------------------------------------------------------------
Fri Feb 6 12:56:53 UTC 2015 - ancor@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.1.131
Version: 3.1.132
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/include/installation/inst_inc_all.rb
Expand Up @@ -47,7 +47,7 @@ def initialize_installation_inst_inc_all(_include_target)

def SetInitializingUI
# dialog content - busy message
ui_message = _("Initializing the installation environment...")
ui_message = ""
# help for the dialog - busy message
ui_help = _("<p>Initializing the installation...</p>")

Expand Down

1 comment on commit cf4ea86

@cwh42
Copy link
Contributor

@cwh42 cwh42 commented on cf4ea86 Feb 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
However I think the usefulness of this text may depend on how long it is shown - means how long the initialization lasts. I hope at least the busy cursor is moving meanwhile.

Please sign in to comment.