Skip to content

Commit c483db8

Browse files
committed
optimize prompt information
1 parent 1cd5f66 commit c483db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: data/fcitx5-configtool.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ run_qt() {
131131
run_xdg() {
132132
case "$DE" in
133133
kde)
134-
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.")"
134+
message "$(_ "You're currently running KDE, but the configuration tool for fcitx5 couldn't be found. The package name of the configuration tool is usually kcm-fcitx5, kde-config-fcitx5, or fcitx5-configtool. Now it will open the configuration directory.")"
135135
;;
136136
*)
137-
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.")"
137+
message "$(_ "You're currently running Fcitx5 with GUI, but fcitx5-config-qt couldn't be found. The package name of the configuration tool is usually fcitx5-configtool. Now it will open the configuration directory.")"
138138
;;
139139
esac
140140

0 commit comments

Comments
 (0)