Replace relevant occurrences of 'Template' with 'Theme'
This is for files in the plugins/ directory. References #103
This commit is contained in:
plugins
serendipity_event_entryproperties
serendipity_event_spartacus
serendipity_event_templatechooser
serendipity_event_textile
serendipity_plugin_remoterss
serendipity_plugin_templatedropdown
@ -34,4 +34,4 @@
|
||||
@define('PLUGIN_REMOTERSS_RSSESCAPE_DESC', 'If enabled, HTML in RSS-feeds will be escaped and no XSS is possible. If this option is disabled, HTML in the feeds can be interpretated. This is a possible security issue, if the embedded feed is not yours!');
|
||||
|
||||
@define('PLUGIN_REMOTERSS_TEMPLATE', 'Output Template to use for this feed');
|
||||
@define('PLUGIN_REMOTERSS_TEMPLATE_DESC', 'Here you can choose a template file inside the plugin\'s directory that is used to render the output of the feed in the sidebar. You can add custom template files to the plugin directory. If a template file with the same name is placed inside your own template directory, it will be used instead of the file supplied with the plugin. Selecting any template here other than the defualt one automatically enables Smarty templating.');
|
||||
@define('PLUGIN_REMOTERSS_TEMPLATE_DESC', 'Here you can choose a template file inside the plugin\'s directory that is used to render the output of the feed in the sidebar. You can add custom template files to the plugin directory. If a template file with the same name is placed inside your own theme directory, it will be used instead of the file supplied with the plugin. Selecting any template here other than the default one automatically enables Smarty templating.');
|
||||
|
Reference in New Issue
Block a user