summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/eulogium.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index b70ac56..30dda4d 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -473,7 +473,7 @@ static struct menu_def menu_settings_network = {
.data = NULL,
}, {
.icon = NULL,
- .label = "Network info",
+ .label = "Networking",
.end = NULL,
.footer = NULL,
.footer_alt = NULL,
@@ -1114,11 +1114,11 @@ static struct menu_def menu_print_tune = {
.data = NULL,
}, {
.icon = NULL,
- .label = "Network info",
+ .label = "Networking",
.end = NULL,
.footer = "IP: ",
.footer_alt = NULL,
- .func = &_but_settings_network_cb, /* maybe we want to open the network menu actually */
+ .func = &_but_settings_network_cb,
.toggle_timer = NULL,
.data = NULL,
}, {