diff options
Diffstat (limited to 'src/setup/gnunet-setup-gns.c')
-rw-r--r-- | src/setup/gnunet-setup-gns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/gnunet-setup-gns.c b/src/setup/gnunet-setup-gns.c index 768054e1..1c37036a 100644 --- a/src/setup/gnunet-setup-gns.c +++ b/src/setup/gnunet-setup-gns.c | |||
@@ -1148,7 +1148,7 @@ check_permissions (struct RecordInfo *ri, | |||
1148 | show_error_message (_("Record combination not permitted"), | 1148 | show_error_message (_("Record combination not permitted"), |
1149 | _("Given the existing records, adding a new record of this type is not allowed.\n" | 1149 | _("Given the existing records, adding a new record of this type is not allowed.\n" |
1150 | "CNAME and PKEY records cannot co-exist with other records.\n" | 1150 | "CNAME and PKEY records cannot co-exist with other records.\n" |
1151 | "NS records in GADS can only co-exist with A and AAAA records.\n")); | 1151 | "NS records in GNS can only co-exist with A and AAAA records.\n")); |
1152 | return GNUNET_NO; | 1152 | return GNUNET_NO; |
1153 | } | 1153 | } |
1154 | return GNUNET_OK; | 1154 | return GNUNET_OK; |
@@ -1296,7 +1296,7 @@ GNUNET_setup_gns_name_cellrenderertext_edited_cb (GtkCellRendererText *renderer, | |||
1296 | (0 != strcmp (new_text, GNUNET_GNS_MASTERZONE_STR)) ) | 1296 | (0 != strcmp (new_text, GNUNET_GNS_MASTERZONE_STR)) ) |
1297 | { | 1297 | { |
1298 | GNUNET_log (GNUNET_ERROR_TYPE_WARNING, | 1298 | GNUNET_log (GNUNET_ERROR_TYPE_WARNING, |
1299 | _("Name `%s' invalid for GADS/DNS (too long for a DNS label?)\n"), | 1299 | _("Name `%s' invalid for GNS/DNS (too long for a DNS label?)\n"), |
1300 | new_text); | 1300 | new_text); |
1301 | gdk_beep (); | 1301 | gdk_beep (); |
1302 | return; | 1302 | return; |