Skip to content

Commit

Permalink
Merge b83d3ae into b892b7e
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Oct 5, 2017
2 parents b892b7e + b83d3ae commit 3727616
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions package/yast2-snapper.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 05 11:57:30 CEST 2017 - aschnell@suse.com

- make dialog caption bigger (bsc#1061498)
- 4.0.1

-------------------------------------------------------------------
Tue Sep 12 07:12:53 UTC 2017 - igonzalezsosa@suse.com

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


Name: yast2-snapper
Version: 4.0.0
Version: 4.0.1
Release: 0
Group: System/YaST

Expand Down
6 changes: 3 additions & 3 deletions src/include/snapper/dialogs.rb
Expand Up @@ -158,13 +158,13 @@ def ModifySnapshotPopup(snapshot)
if type != :POST
cont = VBox(
# popup label, %{num} is number
Label(_("Modify Snapshot %{num}") % { :num => num }),
Heading(_("Modify Snapshot %{num}") % { :num => num }),
snapshot_term.call("", snapshot)
)
else
cont = VBox(
# popup label, %{pre} and %{post} are numbers
Label(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, :post => num }),
Heading(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, :post => num }),
# label
Left(Label(_("Pre (%{pre})") % { :pre => pre_num })),
snapshot_term.call("pre_", pre_snapshot),
Expand Down Expand Up @@ -247,7 +247,7 @@ def CreateSnapshotPopup(pre_snapshots)
VSpacing(0.5),
HSpacing(65),
# popup label
Label(_("Create New Snapshot")),
Heading(_("Create New Snapshot")),
# text entry label
InputField(Id("description"), Opt(:hstretch), _("Description"), ""),
RadioButtonGroup(
Expand Down

0 comments on commit 3727616

Please sign in to comment.