Changeset 3325

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.

Location:
pykota/trunk/bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/autopykota

    r3323 r3325  
    120120                            dest="initbalance", 
    121121                            default=0.0, 
    122                             help=_("Sets the user's initial account balance value. If the user already exists, actual balance is left unchanged. If unset, the default value is %default")) 
     122                            help=_("Set the user's initial account balance value. If the user already exists, actual balance is left unchanged. If unset, the default value is %default")) 
    123123    parser.add_option("-e", "--email", 
    124124                            dest="email", 
    125                             help=_("Sets the user's email address")) 
     125                            help=_("Set the user's email address")) 
    126126                             
    127127    parser.add_example('--email="@example.com" --initbalance=10.0', 
  • 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%."))