1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Remaining modi words in the code

Signed-off-by: Dave Davenport <qball@gmpclient.org>
This commit is contained in:
Nikita Zlobin 2023-07-23 21:30:04 +05:00 committed by Dave Davenport
parent 81641d0f30
commit 386b92dace

View file

@ -292,13 +292,13 @@ static XrmOption xrmOptions[] = {
"combi-modi",
{.str = &config.combi_modes},
NULL,
"Set the modi to combine in combi mode",
"Set the modes to combine in combi mode",
CONFIG_DEFAULT},
{xrm_String,
"combi-modes",
{.str = &config.combi_modes},
NULL,
"Set the modi to combine in combi mode",
"Set the modes to combine in combi mode",
CONFIG_DEFAULT},
{xrm_String,
"matching",