[tomboy] SyncUtils.cs: make FUSE module load dialog more readable



commit 5e7ff5f93c7bfed1bd38449b73c4f2abab664b2f
Author: Alex Tereschenko <frozen and blue gmail com>
Date:   Sun Nov 13 16:01:32 2016 +0100

    SyncUtils.cs: make FUSE module load dialog more readable
    
    Closes #21 (and bgo595283).
    
    Signed-off-by: Alex Tereschenko <frozen and blue gmail com>

 Tomboy/Synchronization/SyncUtils.cs |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/Tomboy/Synchronization/SyncUtils.cs b/Tomboy/Synchronization/SyncUtils.cs
index f600d4e..7b91915 100644
--- a/Tomboy/Synchronization/SyncUtils.cs
+++ b/Tomboy/Synchronization/SyncUtils.cs
@@ -134,11 +134,10 @@ namespace Tomboy.Sync
                                                      Gtk.ButtonsType.YesNo,
                                                      Catalog.GetString ("Enable FUSE?"),
                                                      Catalog.GetString (
-                                                             // TODO: This message isn't entirely accurate.
-                                                             //       We should fix it.
-                                                             "The synchronization you've chosen requires the 
FUSE module to be loaded.\n\n" +
+                                                             "The synchronization option you have chosen 
requires the FUSE module to be loaded.\n\n" +
                                                              "To avoid getting this prompt in the future, 
you should load FUSE at startup.  " +
-                                                             "Add \"modprobe fuse\" to 
/etc/init.d/boot.local or \"fuse\" to /etc/modules."));
+                                                             "Add \"modprobe fuse\" to 
/etc/init.d/boot.local or \"fuse\" to /etc/modules.\n\n" +
+                                                             "Do you want to load the FUSE module now?"));
                        int response = dialog.Run ();
                        dialog.Destroy ();
                        if (response == (int) Gtk.ResponseType.Yes) {


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