From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 04 Sep 2015 07:57:19 -0400 Subject: [PATCH] default for mount backup_dir set to no --- interface/web/sites/lib/lang/id_aps_update_packagelist.lng | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/web/sites/lib/lang/id_aps_update_packagelist.lng b/interface/web/sites/lib/lang/id_aps_update_packagelist.lng index 1a40a33..ce9fcf6 100644 --- a/interface/web/sites/lib/lang/id_aps_update_packagelist.lng +++ b/interface/web/sites/lib/lang/id_aps_update_packagelist.lng @@ -1,7 +1,7 @@ -<?php -$wb['head_txt'] = 'Update Packagelist'; -$wb['list_desc_txt'] = ''; -$wb['btn_start_txt'] = 'Update Packagelist'; -$wb['btn_cancel_txt'] = 'Cancel'; -$wb['legend_txt'] = 'Here you can update the list of available packages. Please note that this can take up to five minutes. You can leave this page if you like; the process will continue in the background.'; -?> \ No newline at end of file +<?php +$wb['head_txt'] = 'Update Packagelist'; +$wb['list_desc_txt'] = ''; +$wb['btn_start_txt'] = 'Update Packagelist'; +$wb['btn_cancel_txt'] = 'Cancel'; +$wb['legend_txt'] = 'Here you can update the list of available packages. Please note that this can take up to five minutes. You can leave this page if you like; the process will continue in the background.'; +?> -- Gitblit v1.9.1