diff --git a/libraries/navigation/NavigationTree.class.php b/libraries/navigation/NavigationTree.class.php index 2dcfb7ccd8..d386f22a06 100644 --- a/libraries/navigation/NavigationTree.class.php +++ b/libraries/navigation/NavigationTree.class.php @@ -519,7 +519,7 @@ class PMA_NavigationTree } /** - * Recursively groups tree nodes given a sperarator + * Recursively groups tree nodes given a separator * * @param Node $node The node to group * diff --git a/prefs_manage.php b/prefs_manage.php index 38febc90e6..62f85b1910 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -315,18 +315,20 @@ echo '' . '' . ''; + . __('Save to browser\'s storage') . '' + . '' + . '
' + . '' + . __('Settings will be saved in your browser\'s local storage.') + . '' + . '
' . __('Existing settings will be overwritten!') . '' + . '
' + . '
' + . '
' + . PMA_Message::notice( + __('This feature is not supported by your web browser') + )->display(); ?> -
-
- - - -
-
-
-
- display() ?>