Fix abnormal display of network configuration interface

This commit is contained in:
沈仲伟 2024-11-25 11:25:28 +08:00
parent 1dc8e1facc
commit b1a7d2fddb
2 changed files with 33 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define _empty_manifest_terminate_build 0
Name: anaconda
Version: 36.16.5
Release: 42
Release: 43
Summary: Graphical system installer
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -70,6 +70,7 @@ Patch9027: disable-disk-encryption.patch
%endif
Patch9028: bugfix-set-metacity-with-LIBGL_KOPPER_DISABLE-as-yes.patch
Patch9029: bugfix-Fix-abnormal-display-of-network-configuration-interface.patch
%define dasbusver 1.3
%define dbusver 1.2.3
@ -326,6 +327,12 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Nov 25 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 36.16.5-43
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: Fix abnormal display of network configuration interface
* Sat Nov 23 2024 sunhai <sunhai10@huawei.com> - 36.16.5-42
- Type:bugfix
- ID:NA

View File

@ -0,0 +1,25 @@
From 4d58c41562052f4658deaabe45cb2d5b4010613f Mon Sep 17 00:00:00 2001
From: shenzhongwei <shenzhongwei@kylinos.cn>
Date: Tue, 5 Nov 2024 15:06:29 +0800
Subject: [PATCH] Fix abnormal display of network configuration interface
---
po/zh_CN.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 630a6bf..7a73893 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6243,7 +6243,7 @@ msgstr "我们需要访问网络来获取有关您位置的信息,并向您提
#: pyanaconda/ui/gui/spokes/network.glade:449
#: pyanaconda/ui/gui/spokes/network.glade:2587
msgid "NETWORK & HOST NAME"
-msgstr "网络和主机名(_N)"
+msgstr "网络和主机名"
#: pyanaconda/ui/gui/spokes/network.glade:488
msgid ""
--
2.27.0