Fix minor written mistake 'NetworkManaer'

Signed-off-by: yuelg <yuelg@chinaunicom.cn>
This commit is contained in:
yuelg 2022-11-15 21:57:27 +08:00
parent 44ec715999
commit 5e4d76faa5
2 changed files with 43 additions and 1 deletions

View File

@ -50,7 +50,7 @@
Name: NetworkManager
Version: 1.32.12
Epoch: 1
Release: 12
Release: 13
Summary: Network Link Manager and User Applications
License: GPLv2+
URL: https://www.gnome.org/projects/NetworkManager/
@ -66,6 +66,7 @@ Patch6000: backport-libnm-fix-crash-in-_nm_ip_route_validate_all-for-inva
Patch6001: backport-libnm-fix-crash-on-failure-of-nm_vpn_plugin_info_new_from_file.patch
Patch6002: backport-core-reload-config-for-active-devices.patch
Patch6003: backport-libnm-fix-warning-when-setting-wrong-ethtool-ternary-value.patch
Patch6004: fix-minor-written-mistake.patch
BuildRequires: gcc libtool pkgconfig automake autoconf intltool gettext-devel ppp-devel gnutls-devel
BuildRequires: dbus-devel dbus-glib-devel glib2-devel gobject-introspection-devel jansson-devel
@ -485,6 +486,12 @@ fi
%{_datadir}/gtk-doc/html/NetworkManager/*
%changelog
* Tue Nov 15 2022 yuelg <yuelg@chinaunicom.cn> - 1:1.32.12-13
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Fix minor written mistake NetworkManaer
* Thu Sep 29 2022 gaoxingwang <gaoxingwang1@huawei.com> - 1:1.32.12-12
- Type:bugfix
- ID:NA

View File

@ -0,0 +1,35 @@
From 775f9254884041d9d85affade706f2e223a9b755 Mon Sep 17 00:00:00 2001
From: yuelg <yuelg@chinaunicom.cn>
Date: Tue, 15 Nov 2022 21:53:04 +0800
Subject: [PATCH] Fix minor written mistake
Signed-off-by: yuelg <yuelg@chinaunicom.cn>
---
po/zh_CN.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6df2d6a..2b4b10a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9856,7 +9856,7 @@ msgstr "访问遭到拒绝"
#: ../src/nmcli/common.c:1444
msgid "NetworkManager is not running"
-msgstr "NetworkManaer 未运行"
+msgstr "NetworkManager 未运行"
#: ../src/nmcli/common.c:1454
msgid "none"
@@ -13145,7 +13145,7 @@ msgstr "错误:只允许使用这些字段:%s"
#: ../src/nmcli/general.c:540 ../src/nmtui/nmtui.c:246
#, c-format
msgid "NetworkManager is not running."
-msgstr "NetworkManaer 未运行。"
+msgstr "NetworkManager 未运行。"
#: ../src/nmcli/general.c:562
msgid "NetworkManager permissions"
--
2.33.0