From 7468c1bbb87305ea60cddb1c386dc307870ec8d9 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 6 Jun 2012 01:24:31 -0700 Subject: [PATCH] Add "learn more" link to first visit text. --- r2/r2/lib/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/lib/strings.py b/r2/r2/lib/strings.py index a0f812040..a42e86beb 100644 --- a/r2/r2/lib/strings.py +++ b/r2/r2/lib/strings.py @@ -63,7 +63,7 @@ string_dict = dict( # this is for Japanese which treats people counts differently person_label = _("%(num)s %(persons)s"), - firsttext = _("reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own!"), + firsttext = _("reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own! [learn more ›](/about)"), already_submitted = _("that link has already been submitted, but you can try to [submit it again](%s)."),