Skip to content
Snippets Groups Projects
Commit 50a490d2 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Fixed typo: "Save defaults" -> "Save settings".
parent 735fe412
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -157,7 +157,7 @@ function node_admin() {
case "listing":
print node_listing(node_query());
break;
case "Save defaults":
case "Save settings":
print status(conf_save($edit));
print node_default();
break;
......
......@@ -157,7 +157,7 @@ function node_admin() {
case "listing":
print node_listing(node_query());
break;
case "Save defaults":
case "Save settings":
print status(conf_save($edit));
print node_default();
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment