Skip to content

Commit

Permalink
Merge pull request #109 from aschnell/master
Browse files Browse the repository at this point in the history
do not translate snapshot description (bsc#1092757)
  • Loading branch information
aschnell committed Sep 11, 2018
2 parents fa9af90 + 03ad91d commit aff448e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package/yast2-update.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 11 15:34:53 CEST 2018 - aschnell@suse.com

- do not translate snapshot description (bsc#1092757)
- 4.1.2

-------------------------------------------------------------------
Wed Aug 22 09:55:27 CEST 2018 - schubi@suse.de

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


Name: yast2-update
Version: 4.1.1
Version: 4.1.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 2 additions & 2 deletions src/modules/RootPart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1677,8 +1677,8 @@ def MountPartitions(root_device_current)
# enter the mount points of the newly mounted partitions
update_staging!
if Yast2::FsSnapshot.configured?
# TRANSLATORS: label for filesystem snapshot taken before system update
snapshot = Yast2::FsSnapshot.create_pre(_("before update"), cleanup: :number, important: true)
# as of bsc #1092757 snapshot descriptions are not translated
snapshot = Yast2::FsSnapshot.create_pre("before update", cleanup: :number, important: true)
Yast2::FsSnapshotStore.save("update", snapshot.number)
end
Update.clean_backup
Expand Down

0 comments on commit aff448e

Please sign in to comment.