From 3d92b73ae5caf11336ad1958c85730eb143e9588 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 10 Jan 2020 15:56:49 +0100 Subject: [PATCH] :globe-with-meridian: changed filesystem into files for itop-core-update --- .../2.x/itop-core-update/en.dict.itop-core-update.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datamodels/2.x/itop-core-update/en.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/en.dict.itop-core-update.php index 578b2b8a7..4f9b6f2cb 100644 --- a/datamodels/2.x/itop-core-update/en.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/en.dict.itop-core-update.php @@ -60,10 +60,10 @@ Dict::Add('EN US', 'English', 'English', array( 'iTopUpdate:UI:PostMaxSize' => 'PHP ini value post_max_size: %1$s', 'iTopUpdate:UI:UploadMaxFileSize' => 'PHP ini value upload_max_filesize: %1$s', - 'iTopUpdate:UI:CanCoreUpdate:Loading' => 'Checking filesystem', - 'iTopUpdate:UI:CanCoreUpdate:Error' => 'Checking filesystem failed (%1$s)', - 'iTopUpdate:UI:CanCoreUpdate:ErrorFileNotExist' => 'Checking filesystem failed (File not exist %1$s)', - 'iTopUpdate:UI:CanCoreUpdate:Failed' => 'Checking filesystem failed', + 'iTopUpdate:UI:CanCoreUpdate:Loading' => 'Checking files', + 'iTopUpdate:UI:CanCoreUpdate:Error' => 'Checking files failed (%1$s)', + 'iTopUpdate:UI:CanCoreUpdate:ErrorFileNotExist' => 'Checking files failed (File not exist %1$s)', + 'iTopUpdate:UI:CanCoreUpdate:Failed' => 'Checking files failed', 'iTopUpdate:UI:CanCoreUpdate:Yes' => 'Application can be updated', 'iTopUpdate:UI:CanCoreUpdate:No' => 'Application cannot be updated: %1$s',