From ffb1ed5e09feaa8eb1ab8fde5768416366393ce0 Mon Sep 17 00:00:00 2001 From: "Arjen P. de Vries" Date: Thu, 28 Dec 2017 21:26:42 +0100 Subject: [PATCH] Minor improvement Included where the samba share is located in the filesystem on the Volumio device. --- plugins/system_controller/backup_restore/i18n/strings_en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/system_controller/backup_restore/i18n/strings_en.json b/plugins/system_controller/backup_restore/i18n/strings_en.json index ca19706c7..82fb58f66 100755 --- a/plugins/system_controller/backup_restore/i18n/strings_en.json +++ b/plugins/system_controller/backup_restore/i18n/strings_en.json @@ -1,10 +1,10 @@ { "PLUGIN_CONFIGURATION":"Choose Backup or Restore", "BACKUP_LABEL":"Backup options", - "BACKUP_DESC":"volumio_data.tgz file will be created on root of SMB Share: you may copy it to other device in same location. WARNING: New backup will erase previous.", + "BACKUP_DESC":"A file named volumio_data.tgz will be created in the root of the SMB Share (/data/INTERNAL): you may copy it to another device in same location. WARNING: New backup will erase previous.", "BACKUP_DO":"Backup", "RESTORE_LABEL":"Restore", - "RESTORE_DESC":"volumio_data.tgz file from root of SMB Share is used to restore settings: make sure file is present ! Reboot advised after restore.", + "RESTORE_DESC":"The file named volumio_data.tgz in the root of the SMB Share is restored: make sure file is present ! Reboot advised after restore.", "RESTORE_DO":"Restore", "QUEUE":"Queue", "QUEUE_DOC":"Select if you want to backup current play queue",