diff --git a/crypt/crypt.go b/crypt/crypt.go
index 1c0ce369e..92c4e9a95 100644
--- a/crypt/crypt.go
+++ b/crypt/crypt.go
@@ -140,7 +140,7 @@ func (f *Fs) Features() *fs.Features {
 
 // String returns a description of the FS
 func (f *Fs) String() string {
-	return fmt.Sprintf("Encrypted %s", f.Fs.String())
+	return fmt.Sprintf("Encrypted drive '%s:%s'", f.name, f.root)
 }
 
 // List the Fs into a channel