aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index c5daf0f2..35b5c32f 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1611,8 +1611,8 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1611 { 1611 {
1612 "GNUNET_setup_bandwidth_out_spinbutton", 1612 "GNUNET_setup_bandwidth_out_spinbutton",
1613 "value-changed", 1613 "value-changed",
1614 "core", 1614 "ats",
1615 "TOTAL_QUOTA_OUT", 1615 "WAN_QUOTA_OUT",
1616 gettext_noop ("How many bytes per second are we allowed to transmit?"), 1616 gettext_noop ("How many bytes per second are we allowed to transmit?"),
1617 "https://gnunet.org/configuration-bandwidth", 1617 "https://gnunet.org/configuration-bandwidth",
1618 &load_number, 1618 &load_number,
@@ -1622,8 +1622,8 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1622 { 1622 {
1623 "GNUNET_setup_bandwidth_in_spinbutton", 1623 "GNUNET_setup_bandwidth_in_spinbutton",
1624 "value-changed", 1624 "value-changed",
1625 "core", 1625 "ats",
1626 "TOTAL_QUOTA_IN", 1626 "WAN_QUOTA_IN",
1627 gettext_noop ("How many bytes per second are we allowed to receive?"), 1627 gettext_noop ("How many bytes per second are we allowed to receive?"),
1628 "https://gnunet.org/configuration-bandwidth", 1628 "https://gnunet.org/configuration-bandwidth",
1629 &load_number, 1629 &load_number,