26 lines
1.3 KiB
Diff
26 lines
1.3 KiB
Diff
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
|
|
|