diff --git a/astrid/src/com/todoroo/astrid/activity/AboutActivity.java b/astrid/src/com/todoroo/astrid/activity/AboutActivity.java
index 5994e01a0..b8194be1a 100644
--- a/astrid/src/com/todoroo/astrid/activity/AboutActivity.java
+++ b/astrid/src/com/todoroo/astrid/activity/AboutActivity.java
@@ -43,9 +43,9 @@ class About {
aboutText.append("").append(r.getString(R.string.app_name)).append("
").
append(r.getString(R.string.p_about_text, versionName).replace("\n", "
")).append("
").
append("Source Code
").
- append("Privacy Policy
").
- append("Terms of Use
").
- append("Visit weloveastrid " +
+ append("Privacy Policy
").
+ append("Terms of Use
").
+ append("Visit astrid.com " +
"for more information, to add translations or help make Astrid better!");
final AlertDialog.Builder d = new AlertDialog.Builder(activity);