From 2e8ef3d7d44db25e277e8ecea4901d0544477f1a Mon Sep 17 00:00:00 2001 From: john30 Date: Wed, 2 Nov 2016 08:57:02 +0100 Subject: [PATCH] fixed pull request for french language support --- contrib/munin/plugins/ebusd_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/munin/plugins/ebusd_ b/contrib/munin/plugins/ebusd_ index c842cc99..a9bbaf8a 100755 --- a/contrib/munin/plugins/ebusd_ +++ b/contrib/munin/plugins/ebusd_ @@ -67,7 +67,7 @@ if [ "$1" = "config" ]; then lang_hours='h' lang_catheat='Heizung' lang_diff='Diff.' - if [ "$lang" = "fr" ]; then + elif [ "$lang" = "fr" ]; then lang_temp='Température' lang_degrees='Degrées' lang_press='Capteur de pression'