Changed intro popup
authorYves Marcoz <yves@marcoz.org>
Fri, 23 Dec 2011 18:06:14 +0000 (10:06 -0800)
committerYves Marcoz <yves@marcoz.org>
Fri, 23 Dec 2011 19:10:09 +0000 (11:10 -0800)
src/FeedingIt.py

index c6e661c..f9ab155 100644 (file)
@@ -1284,8 +1284,10 @@ class FeedingIt:
         note = hildon.hildon_note_new_confirmation(
             self.window,
             "\nFeedingIt can use Woodchuck, a network transfer "
-            + "daemon, to schedule transfers more intelligently.\n\n"
-            + "Install Woodchuck? (This is recommended.)\n")
+            + "daemon, to schedule transfers more intelligently.\n"
+            + "You can also use the FeedingIt widget for time-based\n"
+            + "updates.\n\n"
+            + "Install Woodchuck?\n")
         note.set_button_texts("Install", "Cancel")
         note.add_button("Learn More", 42)