Linkify user names in gold server seconds box.

This commit is contained in:
Max Goodman
2013-10-09 16:10:04 -07:00
committed by Neil Williams
parent ba5d54c399
commit 71099cdf02

View File

@@ -1709,12 +1709,12 @@ class ServerSecondsBar(Templated):
}
my_message = _("you have helped pay for *%(time)s* of reddit server time.")
their_message = _("%(user)s has helped pay for *%%(time)s* of reddit server "
their_message = _("/u/%(user)s has helped pay for *%%(time)s* of reddit server "
"time.")
my_gift_message = _("gifts on your behalf have helped pay for *%(time)s* of "
"reddit server time.")
their_gift_message = _("gifts on behalf of %(user)s have helped pay for "
their_gift_message = _("gifts on behalf of /u/%(user)s have helped pay for "
"*%%(time)s* of reddit server time.")
@classmethod