Skip to content

Commit

Permalink
[#4472] Improve confirmation text for changing template
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun McCormick committed Apr 25, 2011
1 parent dace6ac commit f2b60cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lexicon/en/resource.inc.php
Expand Up @@ -31,7 +31,7 @@
$_lang['resource_add_children_access_denied'] = 'You do not have permission to create a Resource in this location.';
$_lang['resource_alias'] = 'Resource Alias';
$_lang['resource_alias_help'] = 'An alias for this resource. This will make the resource accessible using:<br /><br />http://yourserver/alias<br /><br /><strong>Note</strong>This only works if you\'re using friendly URLs.';
$_lang['resource_change_template_confirm'] = 'Are you sure you want to change the Template? WARNING: This will save your changes and reload the page; ensure you are ready to do so before proceeding.';
$_lang['resource_change_template_confirm'] = 'Are you sure you want to change the Template? WARNING: This will save your prior changes to the change and reload the page; ensure you are ready to do so before proceeding. After the page has reloaded, you will need to save again when you are ready to save the Template change.';
$_lang['resource_cacheable'] = 'Cacheable';
$_lang['resource_cacheable_help'] = 'When enabled, the resource will be saved to the cache.';
$_lang['resource_cancel_dirty_confirm'] = 'You have changes pending; are you sure you want to cancel?';
Expand Down

0 comments on commit f2b60cd

Please sign in to comment.