/[straw]/straw/src/lib/SubscribeDialog.py
ViewVC logotype

Diff of /straw/src/lib/SubscribeDialog.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by jmalonzo, Sun Oct 26 23:58:57 2003 UTC revision 1.27 by jmalonzo, Mon Oct 27 02:15:09 2003 UTC
# Line 113  class SubscribeDialog: Line 113  class SubscribeDialog:
113                  text = _("Press the Apply button if you want to subscribe to the feed below.\n\n")                  text = _("Press the Apply button if you want to subscribe to the feed below.\n\n")
114                  text += _("Title: %s \n") % feed.title                  text += _("Title: %s \n") % feed.title
115    
116                  if (len(ps.description)):                  if (len(feed.channel_description)):
117                      text += _("Description: %s \n") % feed.description                      text += _("Description: %s \n") % feed.channel_description
118              else:              else:
119                  text = _("Press the Apply button if you want to subscribe to the following feeds:\n\n")                  text = _("Press the Apply button if you want to subscribe to the following feeds:\n\n")
120                  iter = self._feeds.itervalues()                  iter = self._feeds.itervalues()

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26