From: Yves Marcoz Date: Fri, 23 Dec 2011 18:06:14 +0000 (-0800) Subject: Changed intro popup X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=fadfd7da0f154b0305e96539428936f41806fb7d;hp=bb8229dede26dcf67d8dbb559f221cb90f696612;p=feedingit Changed intro popup --- diff --git a/src/FeedingIt.py b/src/FeedingIt.py index c6e661c..f9ab155 100644 --- a/src/FeedingIt.py +++ b/src/FeedingIt.py @@ -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)