Skip to content

Commit

Permalink
Merge pull request #52 from kobliha/i18n
Browse files Browse the repository at this point in the history
Fixed text layout in root-password dialog in installation
  • Loading branch information
kobliha committed Jun 10, 2014
2 parents 1e3b866 + b8907b1 commit 367e374
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-users.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 10 08:57:29 CEST 2014 - locilka@suse.com

- Fixed text layout in root-password dialog in installation
(bnc#878248)
- 3.1.27

-------------------------------------------------------------------
Mon Jun 2 13:40:11 CEST 2014 - schubi@suse.de

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


Name: yast2-users
Version: 3.1.26
Version: 3.1.27
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 2 additions & 2 deletions src/clients/inst_root_first.rb
Expand Up @@ -63,8 +63,8 @@ def main
VStretch(),
HSquash(
VBox(
# advise user to remember his new password
Label(_("Do not forget what you enter here.")),
# advise users to remember their new password
Left(Label(_("Do not forget what you enter here."))),
VSpacing(0.8),
Password(
Id(:pw1),
Expand Down

0 comments on commit 367e374

Please sign in to comment.