sysutils/dmidecode: simplify/clarify

This commit is contained in:
Franco Fichtner
2019-01-12 16:46:05 +01:00
parent 766258504c
commit 0980f7c3da
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ security/tinc -- Tinc VPN
security/tor -- The Onion Router
sysutils/api-backup -- Provide the functionality to download the config.xml
sysutils/boot-delay -- Apply a persistent 10 second boot delay
sysutils/dmidecode -- Display dmidecode information on the dashboard
sysutils/dmidecode -- Display hardware information on the dashboard
sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices
sysutils/mail-backup -- Send configuration file backup by e-mail
sysutils/node_exporter -- Prometheus exporter for machine metrics

View File

@@ -1,6 +1,6 @@
PLUGIN_NAME= dmidecode
PLUGIN_VERSION= 0.1
PLUGIN_COMMENT= Display dmidecode information on the dashboard
PLUGIN_COMMENT= Display hardware information on the dashboard
PLUGIN_DEPENDS= dmidecode
PLUGIN_MAINTAINER= evbevz@gmail.com
PLUGIN_DEVEL= yes

View File

@@ -1,3 +1,3 @@
<?php
$dmidecode_title = gettext('Hardware information (dmidecode)');
$dmidecode_title = gettext('Hardware information');