diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-25 00:05:46 +0900 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-02 11:36:06 +0900 |
| commit | ea1438f720aa2fa287237fbeb7e76a1e83a10af8 (patch) | |
| tree | 474b32bbf48c591f3e4497d9ec387aa78e92d310 /scripts | |
| parent | kconfig: gconf: replace "tooltip" property with "tooltip-text" (diff) | |
| download | linux-ea1438f720aa2fa287237fbeb7e76a1e83a10af8.tar.gz linux-ea1438f720aa2fa287237fbeb7e76a1e83a10af8.zip | |
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')
| -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> |
