Changeset 1290 for trunk/rss/schema.php

Show
Ignore:
Timestamp:
02/18/06 16:33:36 (3 years ago)
Author:
sdcosta
Message:

Changed some wording in the install file and the config options.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/schema.php

    r1224 r1290  
    426426        "rss.config.markreadonupdate"=> array("false","false","boolean","Mark all old unread feeds as read when updating if new unread feeds are found.",NULL), 
    427427        "rss.output.lang"           =>      array("en,es,fr,dk,it,pt_BR,se,0","en,es,fr,dk,it,pt_BR,se,0","enum","Language pack to use.",NULL), 
    428         "rss.config.absoluteordering"=> array("true","true","boolean","Allow ordering of channels and folders in the admin section. If false, channels and folders will be organized by their titles.",NULL), 
     428        "rss.config.absoluteordering"=> array("true","true","boolean","Allow ordering of channels and folders in the admin section. If false, channels and folders will be organized alphabetically by their titles.",NULL), 
    429429        "rss.config.robotsmeta"     =>      array("noindex,follow","noindex,follow","string","How should spiders crawl us? (see http://www.robotstxt.org/wc/meta-user.html for more info).",NULL), 
    430430        "rss.config.serverpush"     =>      array("true","true","boolean","Use server push on update.php for a more user-friendly experience. This is only supported by Mozilla browsers (Netscape, Mozilla, Firefox,...) and Opera. These browsers will be autodetected. If you\'re not using one of these (you should) you can as well turn this off.",NULL),