projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bdda4
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Thu, 11 Mar 2010 13:33:48 +0000
(13:33 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 11 Mar 2010 13:33:48 +0000
(13:33 +0000)
src/util/strings.c
patch
|
blob
|
history
diff --git
a/src/util/strings.c
b/src/util/strings.c
index b2804782b222d9e8b269521149bd7866863a7f67..3f1d5d04400453fd9cbc5ad0286db283ffaeb1c4 100644
(file)
--- a/
src/util/strings.c
+++ b/
src/util/strings.c
@@
-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;