http://defect.opensolaris.org/bz/show_bug.cgi?id=12217



--- Comment #7 from Lin Ma <lin.ma at sun.com> 2009-11-18 10:16:31 UTC ---
I only make a small change for the error info:

@@ -2139,11 +2141,11 @@ nwamui_util_validate_text_entry(    GtkWidget          
*widget,
             message_str = g_string_new("");
         }

         if ( is_prefix_only ) {
             if ( is_v6 ) {
-                g_string_append( message_str, _("Valid prefix values are
between 1 and 128\n\n"));
+                g_string_append( message_str, _("IPv6 prefix length must be a
decimal value between 1 and 128\n\n"));
             }
             else {
                 g_string_append( message_str, _("Subnets must be in the
format:\n\n    w.x.y.z\n\n"));
             }
         }

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Reply via email to