Commit e37fcff537a1bb02c5e750cd2bca2ec0ae8c6b2b
1 parent
c99a7d79
Merged in from STABLE trunk...
KTS-3557 "Change descriptions for the section headers in DMS Administration >> System Configuration" Fixed. Updated descriptions as per ticket Committed By: Philip Arkcoll Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9022 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
6 additions
and
6 deletions
plugins/ktcore/KTCorePlugin.php
| @@ -319,27 +319,27 @@ class KTCorePlugin extends KTPlugin { | @@ -319,27 +319,27 @@ class KTCorePlugin extends KTPlugin { | ||
| 319 | '../search2/reporting/RescheduleDocuments.php', null); | 319 | '../search2/reporting/RescheduleDocuments.php', null); |
| 320 | //config | 320 | //config |
| 321 | $this->registerAdminPage('emailconfigpage', 'EmailConfigPageDispatcher', 'config', | 321 | $this->registerAdminPage('emailconfigpage', 'EmailConfigPageDispatcher', 'config', |
| 322 | - _kt('Email Settings'), _kt('Manage Email Settings'), | 322 | + _kt('Email'), _kt('Define the sending email server address, email password, email port, and user name, and view and modify policies for emailing documents and attachments from KnowledgeTree.'), |
| 323 | 'admin/configSettings.php', null); | 323 | 'admin/configSettings.php', null); |
| 324 | 324 | ||
| 325 | $this->registerAdminPage('uiconfigpage', 'UIConfigPageDispatcher', 'config', | 325 | $this->registerAdminPage('uiconfigpage', 'UIConfigPageDispatcher', 'config', |
| 326 | - _kt('User Interface Settings'), _kt('Manage User Interface Settings'), | 326 | + _kt('User Interface'), _kt('View and modify settings on Browse View actions, OEM name, automatic refresh, search results restrictions, custom logo details, paths to dot binary, graphics, and log directory, and whether to enable/disable condensed UI, \'open\' from downloads, sort metadata, and skinning.'), |
| 327 | 'admin/configSettings.php', null); | 327 | 'admin/configSettings.php', null); |
| 328 | 328 | ||
| 329 | $this->registerAdminPage('searchandindexingconfigpage', 'SearchAndIndexingConfigPageDispatcher', 'config', | 329 | $this->registerAdminPage('searchandindexingconfigpage', 'SearchAndIndexingConfigPageDispatcher', 'config', |
| 330 | - _kt('Search and Indexing Settings'), _kt('Manage Search and Indexing Settings'), | 330 | + _kt('Search and Indexing'), _kt('View and modify the number of documents indexed / migrated in a cron session, core indexing class, paths to the extractor hook, text extractors, indexing engine, Lucene indexes, and the Java Lucene URL. View and modify search date format, paths to search, indexing fields and libraries, results display format, and results per page.'), |
| 331 | 'admin/configSettings.php', null); | 331 | 'admin/configSettings.php', null); |
| 332 | 332 | ||
| 333 | $this->registerAdminPage('clientconfigpage', 'ClientSettingsConfigPageDispatcher', 'config', | 333 | $this->registerAdminPage('clientconfigpage', 'ClientSettingsConfigPageDispatcher', 'config', |
| 334 | - _kt('Client Tools Settings'), _kt('Manage Client Tools Settings'), | 334 | + _kt('Client Tools'), _kt('View and change settings for the KnowledgeTree Tools Server, Client Tools Policies, WebDAV, and the OpenOffice.org service.'), |
| 335 | 'admin/configSettings.php', null); | 335 | 'admin/configSettings.php', null); |
| 336 | 336 | ||
| 337 | $this->registerAdminPage('generalconfigpage', 'GeneralConfigPageDispatcher', 'config', | 337 | $this->registerAdminPage('generalconfigpage', 'GeneralConfigPageDispatcher', 'config', |
| 338 | - _kt('General Settings'), _kt('Manage General Settings'), | 338 | + _kt('General Settings'), _kt('View and modify settings for the KnowledgeTree cache, custom error message handling, Disk Usage threshold percentages, location of zip binary, paths to external binaries, general server configuration, LDAP authentication, session management, KnowledgeTree storage manager, miscellaneous tweaks, and whether to always display \'Your Checked-out Documents\' dashlet.'), |
| 339 | 'admin/configSettings.php', null); | 339 | 'admin/configSettings.php', null); |
| 340 | 340 | ||
| 341 | $this->registerAdminPage('i18nconfigpage', 'i18nConfigPageDispatcher', 'config', | 341 | $this->registerAdminPage('i18nconfigpage', 'i18nConfigPageDispatcher', 'config', |
| 342 | - _kt('Internationalisation Settings'), _kt('Manage Internationalisation Settings'), | 342 | + _kt('Internationalization'), _kt('View and modify the default language.'), |
| 343 | 'admin/configSettings.php', null); | 343 | 'admin/configSettings.php', null); |
| 344 | 344 | ||
| 345 | // misc | 345 | // misc |