Unverified Commit 579720b8 authored by step's avatar step Committed by GitHub

fix typo in yad-settings.in

parent 98c490bc
......@@ -80,7 +80,7 @@ yad --plug=$KEY --tabnum=2 --bool-fmt=t --quoted-output --separator=" " --form -
--field=$"Default theme for text-info dialog::CB" ${themes%?} \
--field=$"Show line numbers:CHK" $(gsettings get yad.sourceview line-num) \
--field=$"Hightlight current line:CHK" $(gsettings get yad.sourceview line-hl) \
--field=$"Enable line mars mode:CHK" $(gsettings get yad.sourceview line-marks) \
--field=$"Enable line marks mode:CHK" $(gsettings get yad.sourceview line-marks) \
--field=$"Color of first type marks::CLR" "$(eval echo $(gsettings get yad.sourceview mark1-color))" \
--field=$"Color of second type marks::CLR" "$(eval echo $(gsettings get yad.sourceview mark2-color))" \
--field=$"Right margin position::NUM" $(gsettings get yad.sourceview right-margin) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment