From 755770f6190a4e64e8bee2b01ae427315c287433 Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 28 Aug 2013 01:53:38 +0200 Subject: [PATCH] changed graph titles --- ircsvcchans | 2 +- ircsvcdb | 2 +- ircsvcmemos | 2 +- ircsvcnicks | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ircsvcchans b/ircsvcchans index 0ac134f..73a995d 100755 --- a/ircsvcchans +++ b/ircsvcchans @@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ]; then fi if [ "$1" = "config" ]; then - echo "graph_title service registrations" + echo "graph_title service channel stats" echo "graph_info This graph shows the IRC service's channel registration stats." echo "graph_category irc" echo "graph_order channels nickaliases nickcores" diff --git a/ircsvcdb b/ircsvcdb index 482645a..0102532 100755 --- a/ircsvcdb +++ b/ircsvcdb @@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ]; then fi if [ "$1" = "config" ]; then - echo "graph_title service's database" + echo "graph_title service database stats" echo "graph_info This graph shows the IRC service's database stats." echo "graph_category irc" echo "graph_order dbsize" diff --git a/ircsvcmemos b/ircsvcmemos index b865e80..f0eb0d4 100755 --- a/ircsvcmemos +++ b/ircsvcmemos @@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ]; then fi if [ "$1" = "config" ]; then - echo "graph_title service's database" + echo "graph_title service memo stats" echo "graph_info This graph shows the IRC service's stored memo count." echo "graph_category irc" echo "graph_order dbsize" diff --git a/ircsvcnicks b/ircsvcnicks index 8dcb56b..2544f46 100755 --- a/ircsvcnicks +++ b/ircsvcnicks @@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ]; then fi if [ "$1" = "config" ]; then - echo "graph_title service registrations" + echo "graph_title service nick stats" echo "graph_info This graph shows the IRC service's nick registration stats." echo "graph_category irc" echo "graph_order channels nickaliases nickcores" -- 2.43.0