diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-28 10:15:55 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-28 10:15:55 -0400 |
commit | aed137fae3c943b5e2710e608b1f4402755d8032 (patch) | |
tree | e89e5c6c8615f90042b3be8b33fb05beda804a24 | |
parent | abdd82800c667f625554861631b6f7a2dd4e6679 (diff) |
fix source link
darcs-hash:20080528141555-84dde-deeaf974426d353c6e7573e5c532823001639f36.gz
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 9c288198c..86c71abb7 100644 --- a/lib/util.php +++ b/lib/util.php @@ -202,7 +202,7 @@ function common_foot_menu() { common_menu_item(common_local_url('doc', array('title' => 'privacy')), _t('Privacy')); common_menu_item(common_local_url('doc', array('title' => 'source')), - _t('Privacy')); + _t('Source')); common_element_end('ul'); } |