diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-27 22:43:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-27 22:43:30 +0000 |
commit | bc974f687815448b15075141124197366b0cebeb (patch) | |
tree | 4b01b133203d917d85ad6ffb43c076becca3ad00 | |
parent | 195aa5a07024c11c646c1688cc9731ace8e4ed5c (diff) | |
download | gnunet-gtk-bc974f687815448b15075141124197366b0cebeb.tar.gz gnunet-gtk-bc974f687815448b15075141124197366b0cebeb.zip |
fix #2044
-rw-r--r-- | contrib/gnunet_setup_gtk_main_window.glade | 2 | ||||
-rw-r--r-- | src/setup/gnunet-setup-options.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade index e0e3beb3..11c7b518 100644 --- a/contrib/gnunet_setup_gtk_main_window.glade +++ b/contrib/gnunet_setup_gtk_main_window.glade | |||
@@ -819,7 +819,7 @@ | |||
819 | <property name="can_focus">False</property> | 819 | <property name="can_focus">False</property> |
820 | <child> | 820 | <child> |
821 | <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> | 821 | <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> |
822 | <property name="label" translatable="yes">NAT has been hole-punched manually</property> | 822 | <property name="label" translatable="yes">NAT ports have been opened manually</property> |
823 | <property name="visible">True</property> | 823 | <property name="visible">True</property> |
824 | <property name="can_focus">True</property> | 824 | <property name="can_focus">True</property> |
825 | <property name="receives_default">False</property> | 825 | <property name="receives_default">False</property> |
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c index 00bae9a3..077f363b 100644 --- a/src/setup/gnunet-setup-options.c +++ b/src/setup/gnunet-setup-options.c | |||
@@ -1736,7 +1736,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = { | |||
1736 | "toggled", | 1736 | "toggled", |
1737 | "nat", | 1737 | "nat", |
1738 | "PUNCHED_NAT", | 1738 | "PUNCHED_NAT", |
1739 | gettext_noop ("Check if the NAT has been hole-punched manually"), | 1739 | gettext_noop ("Check if the NAT has been configured manually to forward ports"), |
1740 | "https://gnunet.org/configuration-nat", | 1740 | "https://gnunet.org/configuration-nat", |
1741 | &load_yes_no, | 1741 | &load_yes_no, |
1742 | &save_yes_no, NULL, | 1742 | &save_yes_no, NULL, |