From 896dcd054931627bb9b89fef43e82556ed99b71d Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Wed, 2 May 2012 10:51:51 -0700 Subject: [PATCH] Add blurb explaining public's IP showing up in /account-activity. --- 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 463fc5a89..acab0db9c 100644 --- a/r2/r2/lib/strings.py +++ b/r2/r2/lib/strings.py @@ -163,7 +163,7 @@ string_dict = dict( gold_summary_signed_gift = _("You're about to give %(amount)s of reddit gold to %(recipient)s, who will be told that it came from you."), gold_summary_anonymous_gift = _("You're about to give %(amount)s of reddit gold to %(recipient)s. It will be an anonymous gift."), unvotable_message = _("sorry, this has been archived and can no longer be voted on"), - account_activity_blurb = _("This page shows a history of recent activity on your account. If you notice unusual activity, you should change your password immediately. Location information is guessed from your computer's IP address and may be wildly wrong, especially for visits from mobile devices."), + account_activity_blurb = _("This page shows a history of recent activity on your account. If you notice unusual activity, you should change your password immediately. Location information is guessed from your computer's IP address and may be wildly wrong, especially for visits from mobile devices. Note: due to a bug, private-use addresses (starting with 10.) sometimes show up erroneously in this list after regular use of the site."), your_current_ip_is = _("You are currently accessing reddit from this IP address: %(address)s."), )