gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27819 - gnunet/src/ats-tool


From: gnunet
Subject: [GNUnet-SVN] r27819 - gnunet/src/ats-tool
Date: Tue, 9 Jul 2013 11:23:41 +0200

Author: wachs
Date: 2013-07-09 11:23:41 +0200 (Tue, 09 Jul 2013)
New Revision: 27819

Modified:
   gnunet/src/ats-tool/gnunet-ats.c
Log:
fixing ats-tool output


Modified: gnunet/src/ats-tool/gnunet-ats.c
===================================================================
--- gnunet/src/ats-tool/gnunet-ats.c    2013-07-09 09:21:04 UTC (rev 27818)
+++ gnunet/src/ats-tool/gnunet-ats.c    2013-07-09 09:23:41 UTC (rev 27819)
@@ -420,7 +420,7 @@
     {
                if (NULL == type_str)
                {
-                       fprintf (stderr, "No preference type given!\n");
+                       fprintf (stderr, _("No preference type given!\n"));
                        return;
                }
 
@@ -436,7 +436,7 @@
           type = GNUNET_ATS_PREFERENCE_BANDWIDTH;
         else
         {
-          FPRINTF (stderr, "%s", _("Type required\n"));
+          FPRINTF (stderr, "%s", _("Valid type required\n"));
           return;
         }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]