Changed intro popup
[feedingit] / 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)