Skip to content

Commit 673a4a0

Browse files
committed
Change wording to display "Apply all recommendations" for executing restoreAll() script.
Signed-off-by: Karl Rudnick (nc3man) <[email protected]>
1 parent 876ec80 commit 673a4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repair_settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$txt['no_default_value'] = 'No recommended value';
2828
$txt['save_settings'] = 'Save Settings';
2929
$txt['remove_file'] = 'Remove this file. Careful, it may not work in all servers!';
30-
$txt['restore_all_settings'] = 'Restore all settings';
30+
$txt['restore_all_settings'] = 'Apply all recommendations';
3131
$txt['not_writable'] = 'Settings.php cannot be written to by your webserver. Please modify the permissions on this file to allow write access.';
3232
$txt['recommend_blank'] = '<em>(blank)</em>';
3333
$txt['database_settings_hidden'] = 'Some settings are not being shown because the database connection information is incorrect.<br />Check your database login details, table prefix and that the database actually contains your SMF tables.';

0 commit comments

Comments
 (0)