Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved inclusive naming in user visible strings #96

Merged
merged 2 commits into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions package/yast2-dns-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 9 09:32:56 UTC 2022 - Michal Filka <mfilka@suse.com>

- bnc#1195714
- follow up of previous update - improved inclusive naming fix
- 4.4.2

-------------------------------------------------------------------
Wed Feb 2 12:29:59 UTC 2022 - Michal Filka <mfilka@suse.com>

Expand Down
6 changes: 3 additions & 3 deletions package/yast2-dns-server.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package yast2-dns-server
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,9 +17,9 @@


Name: yast2-dns-server
Version: 4.4.1
Version: 4.4.2
Release: 0
Url: https://github.com/yast/yast-dns-server
URL: https://github.com/yast/yast-dns-server
Summary: YaST2 - DNS Server Configuration
License: GPL-2.0-only
Group: System/YaST
Expand Down
4 changes: 2 additions & 2 deletions src/include/dns-server/helps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@ def initialize_dns_server_helps(include_target)
# slave zone help text 1/2
"slave_zone" => _(
"<p><big><b>Secondary DNS Zone</b></big><br>\n" +
"Each slave zone must have the primary name server defined. Use\n" +
"Each secondary zone must have the primary name server defined. Use\n" +
"<b>Primary DNS Server IP</b> to define the primary name server.</p>"
) +
# slave zone help text 2/2
# secondary zone help text 2/2
_(
"<p><big><b>Zone Transport</b></big><br>\n" +
"To allow transports of the zone, set <b>Enable Zone Transport</b>\n" +
Expand Down