From b540ea56888a4677bd70544b9f43c8c8e1cd9c42 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 25 Oct 2009 05:49:49 -0400 Subject: [PATCH] Fixed: FS#940 - Interface is squished in Google Chrome --- interface/web/admin/lib/lang/nl_software_update_list.lng | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/lang/nl_software_update_list.lng b/interface/web/admin/lib/lang/nl_software_update_list.lng index ebf4e6f..7c8dc76 100644 --- a/interface/web/admin/lib/lang/nl_software_update_list.lng +++ b/interface/web/admin/lib/lang/nl_software_update_list.lng @@ -1,8 +1,8 @@ <?php $wb['list_head_txt'] = 'Software updates'; -$wb['installed_txt'] = 'Action'; +$wb['installed_txt'] = 'Actie'; $wb['update_title_txt'] = 'Update'; -$wb['version_txt'] = 'Version'; -$wb['action_txt'] = 'Action'; -$wb['server_select_txt'] = 'Select server'; +$wb['version_txt'] = 'Versie'; +$wb['action_txt'] = 'Actie'; +$wb['server_select_txt'] = 'Selecteer server'; ?> -- Gitblit v1.9.1