Show
Ignore:
Timestamp:
02/02/08 19:12:48 (16 years ago)
Author:
jerome
Message:

Use the impersonal 'Set' instead of 'Sets' in options' help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbanner

    r3320 r3325  
    270270                            dest="pagesize", 
    271271                            default=u"A4", 
    272                             help=_("Sets the size of the page. Most well known page sizes are recognized, like 'A4' or 'Letter' to name a few. The default page size is %default")) 
     272                            help=_("Set the size of the page. Most well known page sizes are recognized, like 'A4' or 'Letter' to name a few. The default page size is %default")) 
    273273    parser.add_option("-s", "--savetoner", 
    274274                            type="float", 
     
    277277                            dest="savetoner", 
    278278                            default=0.0, 
    279                             help=_("Sets the text luminosity to this percent. This can be used to save toner. The default value is %default, which means that no toner saving will be done.")) 
     279                            help=_("Set the text luminosity to this percent. This can be used to save toner. The default value is %default, which means that no toner saving will be done.")) 
    280280    parser.add_option("-u", "--url", 
    281281                            dest="url", 
    282282                            default=u"http://www.pykota.com", 
    283                             help=_("Sets the url to write at the bottom of the banner page. The default url is %default")) 
     283                            help=_("Set the url to write at the bottom of the banner page. The default url is %default")) 
    284284    parser.add_example('--logo="" --savetoner=75', 
    285285                       _("This would generate a banner in the default page size, with no logo, and text luminosity would be increased by 75%."))