Skip to content

Commit

Permalink
Merge pull request #481 from yast/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in a warning message
  • Loading branch information
imobachgs committed Feb 17, 2020
2 parents 9ae1be1 + 9691e64 commit 7c13caf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-registration.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 17 06:51:38 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Fix a typo in the online search UI (jsc#SLE-9109).
- 4.2.34

-------------------------------------------------------------------
Thu Feb 6 10:07:27 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-registration.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-registration
Version: 4.2.33
Version: 4.2.34
Release: 0
Summary: YaST2 - Registration Module
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/lib/registration/clients/online_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def registration_required_message
Yast2::Popup.show(
wrap_text(
_("YaST requires your system to be registered in order to " \
"perform an online search. Alternatively, use the web" \
"perform an online search. Alternatively, use the web " \
"version at 'https://scc.suse.com/packages/'.")
),
headline: :error
Expand Down

0 comments on commit 7c13caf

Please sign in to comment.