[gnome-nettool] Added comment for translating SOA



commit 0fd3cb8dd52f6c90113d3ce285aec358685b13c8
Author: GermÃn Poo-CaamaÃo <gpoo gnome org>
Date:   Sat Dec 31 16:59:32 2011 -0800

    Added comment for translating SOA
    
    Fixed Bug #632201
    
    Signed-off-by: GermÃn Poo-CaamaÃo <gpoo gnome org>

 src/main.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 94b7d37..8898e57 100644
--- a/src/main.c
+++ b/src/main.c
@@ -674,7 +674,10 @@ nettool_lookup_setup_combo_type (Netinfo *lookup)
 		/* When asking for NS record in DNS context */
 		N_("Name Server"),
 		N_("Host name for Address"),
-		N_("Start-of-authority"),
+		/* When asking for SOA record in DNS context.
+		   It defines which server is the primary nameserver
+		   for a domain */
+		N_("Start of Authority"),
 		N_("Text Information"),
 		N_("Well Known Services"),
 		N_("Any / All Information"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]