12 Star 13 Fork 108

src-openEuler/anaconda

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bugfix-fix-duplicate-alt-D-accelerator-on-root-account-screen.patch 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
sun_hai 提交于 2025-01-26 14:42 +08:00 . sync changes from 2403 sp1
From 92bb076a9f9e5bdfb8d1c2691ef6009bba4fbbe4 Mon Sep 17 00:00:00 2001
From: majianhan <majianhan@kylinos.cn>
Date: Mon, 25 Nov 2024 11:12:04 +0800
Subject: [PATCH] Fix duplicate alt-D accelerator on root account screen
---
pyanaconda/ui/gui/spokes/root_password.glade | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/gui/spokes/root_password.glade b/pyanaconda/ui/gui/spokes/root_password.glade
index 53bc90c..e90f301 100644
--- a/pyanaconda/ui/gui/spokes/root_password.glade
+++ b/pyanaconda/ui/gui/spokes/root_password.glade
@@ -94,7 +94,7 @@ The root user (also known as super user) has complete access to the entire syste
<object class="GtkAccelLabel" id="lbDisableBold">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" context="GUI|Password">_Disable root account</property>
+ <property name="label" translatable="yes" context="GUI|Password">D_isable root account</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="accel_widget">disable_root_radio</property>
--
2.43.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/anaconda.git
git@gitee.com:src-openeuler/anaconda.git
src-openeuler
anaconda
anaconda
master

搜索帮助