mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Correct typo.
Submitted by: Andreas Kohn <andreas.kohn@gmx.net> (via -STABLE)
This commit is contained in:
parent
9799a92dae
commit
9d11bc143b
2 changed files with 2 additions and 2 deletions
|
|
@ -913,7 +913,7 @@ DMenu MenuDistributions = {
|
|||
"distributions",
|
||||
{ { "X Exit", "Exit this menu (returning to previous)",
|
||||
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
|
||||
{ "All", "All system sources, binaries and X Window System)",
|
||||
{ "All", "All system sources, binaries and X Window System",
|
||||
checkDistEverything, distSetEverything, NULL, NULL, ' ', ' ', ' ' },
|
||||
{ "Reset", "Reset selected distribution list to nothing",
|
||||
NULL, distReset, NULL, NULL, ' ', ' ', ' ' },
|
||||
|
|
|
|||
|
|
@ -913,7 +913,7 @@ DMenu MenuDistributions = {
|
|||
"distributions",
|
||||
{ { "X Exit", "Exit this menu (returning to previous)",
|
||||
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
|
||||
{ "All", "All system sources, binaries and X Window System)",
|
||||
{ "All", "All system sources, binaries and X Window System",
|
||||
checkDistEverything, distSetEverything, NULL, NULL, ' ', ' ', ' ' },
|
||||
{ "Reset", "Reset selected distribution list to nothing",
|
||||
NULL, distReset, NULL, NULL, ' ', ' ', ' ' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue