From 0441758e86c54f6f7f2bf8bb35669026cc8dfdf1 Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Tue, 11 Jun 2024 02:09:26 -0700 Subject: [PATCH] Update package name in fcitx5-configtool script Fix #1076 --- data/fcitx5-configtool.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/fcitx5-configtool.sh b/data/fcitx5-configtool.sh index 9f77a436d..6f5228b55 100755 --- a/data/fcitx5-configtool.sh +++ b/data/fcitx5-configtool.sh @@ -131,10 +131,10 @@ run_qt() { run_xdg() { case "$DE" in kde) - message "$(_ "You're currently running KDE, but KCModule for fcitx couldn't be found, the package name of this KCModule is usually kcm-fcitx or kde-config-fcitx. Now it will open config directory.")" + message "$(_ "You're currently running KDE, but KCModule for fcitx couldn't be found. The package name of this KCModule is usually kcm-fcitx5, kde-config-fcitx5, or fcitx5-configtool. Now it will open the configuration directory.")" ;; *) - message "$(_ "You're currently running Fcitx with GUI, but fcitx5-config-qt couldn't be found. Now it will open config directory.")" + message "$(_ "You're currently running Fcitx with GUI, but fcitx5-config-qt couldn't be found. The package name provides this binary is usually fcitx5-configtool. Now it will open the configuration directory.")" ;; esac