fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 11 Mar 2010 13:33:48 +0000 (13:33 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 11 Mar 2010 13:33:48 +0000 (13:33 +0000)
src/util/strings.c

index b2804782b222d9e8b269521149bd7866863a7f67..3f1d5d04400453fd9cbc5ad0286db283ffaeb1c4 100644 (file)
@@ -364,7 +364,7 @@ GNUNET_STRINGS_relative_time_to_string (struct GNUNET_TIME_Relative delta)
   uint64_t dval = delta.value;
 
   if (delta.value == GNUNET_TIME_UNIT_FOREVER_REL.value)
-    return GNUNET_strdup (_("forever"));
+    return GNUNET_strdup (_("eternity"));
   if (dval > 5 * 1000)
     {
       dval = dval / 1000;