Skip to content

Commit

Permalink
Merge 70835d6 into e98296c
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 9, 2021
2 parents e98296c + 70835d6 commit 5e3d039
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-ftp-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 9 07:11:51 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Fix the label of the certificate input field (bsc#1183786).
- 4.2.6

-------------------------------------------------------------------
Tue Jun 2 14:20:43 UTC 2020 - José Iván López González <jlopez@suse.com>

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


Name: yast2-ftp-server
Version: 4.2.5
Version: 4.2.6
Release: 0
Summary: YaST2 - FTP configuration
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/include/ftp-server/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def CertFile
Ops.set(
result,
"label",
_("D&SA Certificate to Use for SSL-encrypted Connections")
_("R&SA Certificate to Use for SSL-encrypted Connections")
)
Ops.set(result, "widget", :textentry)
Ops.set(result, "init", fun_ref(method(:InitCertFile), "void (string)"))
Expand Down

0 comments on commit 5e3d039

Please sign in to comment.