Skip to content

Commit

Permalink
Correct english wording for missing patterns (bsc#1117535)
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz authored and mvidner committed Mar 7, 2019
1 parent 71d43cf commit a69c654
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package/yast2-packager.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 6 21:05:39 UTC 2019 - Oliver Kurz <okurz@suse.com>

- Correct english wording for missing patterns (bsc#1117535).
- 4.1.31

-------------------------------------------------------------------
Mon Mar 4 14:27:30 UTC 2019 - Josef Reidinger <jreidinger@suse.com>

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


Name: yast2-packager
Version: 4.1.30
Version: 4.1.31
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 2 additions & 2 deletions src/modules/Packages.rb
Expand Up @@ -2502,9 +2502,9 @@ def report_missing_patterns(pattern_names)
"%s\n" \
"Patterns have not been found.\n" \
"\n" \
"This can be probably be fixed by adding\n" \
"This can probably be fixed by adding\n" \
"more installation repositories by going back to\n" \
"Registration or Add On Product screens."
"the 'Registration' or 'Add On Product' screens."
) % names_s)
end

Expand Down

0 comments on commit a69c654

Please sign in to comment.