Skip to content

Commit

Permalink
Fix wrong description
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Sep 21, 2023
1 parent 536f30a commit 8bf98e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ FCITX_CONFIGURATION(
fcitx::Option<bool> showPeriodStyleLabel{this, "ShowPeriodStyle",
_("Show period style"), false};
fcitx::Option<bool> showSymbolStyleLabel{
this, "ShowSymbolStyle", _("Show candidates label"), false};);
this, "ShowSymbolStyle", _("Show symbol style"), false};);

enum class KeyBindingProfile {
Default,
Expand Down

0 comments on commit 8bf98e2

Please sign in to comment.