@@ -176,8 +176,9 @@ FCITX_CONFIGURATION(
176176 " the timeout. -1 means there is no limit." )}};);
177177
178178FCITX_CONFIGURATION (
179- BehaviorConfig, Option<bool > activeByDefault{this , " ActiveByDefault" ,
180- _ (" Active By Default" )};
179+ BehaviorConfig,
180+ Option<bool > activeByDefault{this , " ActiveByDefault" ,
181+ _ (" Activate input method by default" )};
181182 OptionWithAnnotation<PropertyPropagatePolicy,
182183 PropertyPropagatePolicyI18NAnnotation>
183184 resetStateWhenFocusIn{this , " resetStateWhenFocusIn" ,
@@ -204,8 +205,8 @@ FCITX_CONFIGURATION(
204205 this , " ShowFirstInputMethodInformation" ,
205206 _ (" Show first input method information" ), true };
206207 Option<int , IntConstrain> defaultPageSize{this , " DefaultPageSize" ,
207- _ (" Default page size " ), 5 ,
208- IntConstrain (1 , 10 )};
208+ _ (" Default Candidates per page " ) ,
209+ 5 , IntConstrain (1 , 10 )};
209210 ConditionalHidden<!hasKeyboard,
210211 OptionWithAnnotation<bool , ToolTipAnnotation>>
211212 overrideXkbOption{
@@ -215,7 +216,7 @@ FCITX_CONFIGURATION(
215216 false ,
216217 {},
217218 {},
218- {_ (" Whether to override the XKB option from display server. It "
219+ {_ (" Override the XKB option from display server. It "
219220 " will not affect the XKB option send to display, but just the "
220221 " XKB options for custom XKB layout. This is a workaround when "
221222 " there is no way to get the current XKB option from Wayland "
0 commit comments