diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-24 18:05:46 +0300 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-02 05:36:06 +0300 |
| commit | ea1438f720aa2fa287237fbeb7e76a1e83a10af8 (patch) | |
| tree | 474b32bbf48c591f3e4497d9ec387aa78e92d310 /scripts/kconfig | |
| parent | 9d0e47c4c879dfbaa1f407ecbd4176682f711871 (diff) | |
| download | linux-ea1438f720aa2fa287237fbeb7e76a1e83a10af8.tar.xz | |
kconfig: gconf: remove unnecessary default message in text view
This message looks odd because it is displayed when nothing is selected.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig')
| -rw-r--r-- | scripts/kconfig/gconf.glade | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.glade b/scripts/kconfig/gconf.glade index 35d5257f33c9..488342e6fce1 100644 --- a/scripts/kconfig/gconf.glade +++ b/scripts/kconfig/gconf.glade @@ -517,7 +517,6 @@ <property name="left_margin">0</property> <property name="right_margin">0</property> <property name="indent">0</property> - <property name="text" translatable="yes">Sorry, no help available for this option yet.</property> </widget> </child> </widget> |
