[banshee/gio-hardware] [Dap.Ipod] Warn users about having a backup



commit 72059c14a5da6ae20edad8e614a2ae5d7bb985f7
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Tue Jul 27 14:40:24 2010 +0200

    [Dap.Ipod] Warn users about having a backup
    
    The database restoration may not nuke everything, but we just had
    an angry user on the mailing list saying so (maybe related to
    other bugs), so let's just be safer by having a bigger warning.
    
    Signed-off-by: Alexander Kojevnikov <alexander kojevnikov com>

 .../Banshee.Dap.Ipod/UnsupportedDatabaseView.cs    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/UnsupportedDatabaseView.cs b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/UnsupportedDatabaseView.cs
index 86ea250..97f4d14 100644
--- a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/UnsupportedDatabaseView.cs
+++ b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/UnsupportedDatabaseView.cs
@@ -78,7 +78,7 @@ namespace Banshee.Dap.Ipod
                         "version of the song database for your iPod that is too new " +
                         "for Banshee to recognize.\n\n" +
 
-                        "Banshee can rebuild your database, but some settings might be lost. " +
+                        "Banshee can rebuild your database, but you might lose your settings and all the content in the device (be sure to backup your data first). " +
                         "Using Banshee and iTunes with the same iPod is not recommended."
                     ));
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]