Skip to content

Commit

Permalink
Merge pull request #906 from ancorgs/textdomain_1126822_master
Browse files Browse the repository at this point in the history
Merge #905 to master
  • Loading branch information
ancorgs committed Apr 15, 2019
2 parents f1fcebe + 55c5a9e commit cea4b45
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-storage-ng.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 15 15:46:04 UTC 2019 - ancor@suse.com

- Partitioner: fixed translation issues related to bcache
(bsc#1126822).
- 4.2.6

-------------------------------------------------------------------
Wed Apr 10 11:04:44 UTC 2019 - José Iván López González <jlopez@suse.com>

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

Name: yast2-storage-ng
Version: 4.2.5
Version: 4.2.6
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2partitioner/widgets/pages/bcaches.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ class BcachesTab < CWM::Tab
# @param bcaches [Array<Y2Storage::Bcache>]
# @param pager [CWM::TreePager]
def initialize(bcaches, pager)
textdomain "storage"

@bcaches = bcaches
@pager = pager
end
Expand Down Expand Up @@ -160,6 +162,8 @@ class BcacheCsetsTab < CWM::Tab
#
# @param pager [CWM::TreePager]
def initialize(pager)
textdomain "storage"

@pager = pager
end

Expand Down

0 comments on commit cea4b45

Please sign in to comment.