diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-01-21 15:14:51 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-01-21 15:14:51 +0545 |
commit | 99c394faab3745bf9a4ead468be577b9d1c65c76 (patch) | |
tree | c71c6303e9f4361613fc0c0387f21519e969bcb1 /config/lcdproc-dev | |
parent | 78e5372361d1b01e6c14fb11e11848f5e9f9e180 (diff) | |
download | pfsense-packages-99c394faab3745bf9a4ead468be577b9d1c65c76.tar.gz pfsense-packages-99c394faab3745bf9a4ead468be577b9d1c65c76.tar.bz2 pfsense-packages-99c394faab3745bf9a4ead468be577b9d1c65c76.zip |
GUI form typo fix for lcdproc-dev
Also, this form also a mix of conventions for the field labels "Com Port" "Port speed"... That mix happens in lots of GUI forms. I wonder what the pfSense project standard is - each word starts in uppercase, or just the first word? e.g. The OpenVPN Server form has "Concurrent connections" and "Duplicate Connections", and subheadings "Tunnel Settings" and "Advanced configuration".
Diffstat (limited to 'config/lcdproc-dev')
-rw-r--r-- | config/lcdproc-dev/lcdproc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lcdproc-dev/lcdproc.xml b/config/lcdproc-dev/lcdproc.xml index 7b59bce0..7c0cd318 100644 --- a/config/lcdproc-dev/lcdproc.xml +++ b/config/lcdproc-dev/lcdproc.xml @@ -431,7 +431,7 @@ </field> <field> <fieldname>offbrightness</fieldname> - <fielddescr>Offrightness</fielddescr> + <fielddescr>Off brightness</fielddescr> <description>Set the off-brightness of the LCD panel. This value is used when the display is normally switched off in case LCDd is inactive. This option is not supported by all the LCD panels, leave "default" if unsure.</description> <type>select</type> <options> |