From ed7ede063089ae94c3a9832fd511e0850cbb7596 Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Wed, 30 Apr 2014 07:35:35 -0400 Subject: [PATCH] - nginx: do a syntax check because on some distributions, the init script always returns 0 - even if the syntax is not ok (how stupid is that?) --- interface/web/admin/lib/lang/fi_software_update_list.lng | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/interface/web/admin/lib/lang/fi_software_update_list.lng b/interface/web/admin/lib/lang/fi_software_update_list.lng index 91523ca..7871958 100755 --- a/interface/web/admin/lib/lang/fi_software_update_list.lng +++ b/interface/web/admin/lib/lang/fi_software_update_list.lng @@ -4,5 +4,6 @@ $wb['update_title_txt'] = 'Päivitä'; $wb['version_txt'] = 'Versio'; $wb['action_txt'] = 'Toiminto'; -$wb['server_select_txt'] = 'Select server'; +$wb['server_select_txt'] = 'Valitse palvelin'; +$wb['no_updates_txt'] = 'No updates available'; ?> -- Gitblit v1.9.1