From a3f76fe696c603078621ccca6d7b17270cc7ef11 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 5 Aug 2012 15:57:30 -0400 Subject: [PATCH] wording De-emphasize "clone", because it's not that simple. The removable drive may already have an annex with content; if so it'll get synced in. --- Assistant/WebApp/Configurators.hs | 2 +- templates/configurators/adddrive.hamlet | 3 ++- templates/configurators/addrepository.hamlet | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Assistant/WebApp/Configurators.hs b/Assistant/WebApp/Configurators.hs index f345563e70..66b8d386e1 100644 --- a/Assistant/WebApp/Configurators.hs +++ b/Assistant/WebApp/Configurators.hs @@ -207,7 +207,7 @@ selectDriveForm drives def = renderBootstrap $ RemovableDrive getAddDriveR :: Handler RepHtml getAddDriveR = bootstrap (Just Config) $ do sideBarDisplay - setTitle "Clone to a removable drive" + setTitle "Add a removable drive" removabledrives <- liftIO $ driveList writabledrives <- liftIO $ filterM (canWrite . T.unpack . mountPoint) removabledrives diff --git a/templates/configurators/adddrive.hamlet b/templates/configurators/adddrive.hamlet index 030ef8a4c2..e3dfdd03ec 100644 --- a/templates/configurators/adddrive.hamlet +++ b/templates/configurators/adddrive.hamlet @@ -3,7 +3,8 @@ Adding a removable drive

Clone this repository to a USB drive, memory stick, or other # - removable media. + removable media. Whenever the removable drive is plugged in, its + content will be synced with the content of this repository.

$if (null writabledrives)

diff --git a/templates/configurators/addrepository.hamlet b/templates/configurators/addrepository.hamlet index 1ba4f94bf3..81481d0c13 100644 --- a/templates/configurators/addrepository.hamlet +++ b/templates/configurators/addrepository.hamlet @@ -3,7 +3,7 @@

- Clone to a removable drive + Add a removable drive

Clone this repository to a USB drive, memory stick, or other # removable media.