fix source link

darcs-hash:20080528141555-84dde-deeaf974426d353c6e7573e5c532823001639f36.gz
This commit is contained in:
Evan Prodromou 2008-05-28 10:15:55 -04:00
parent abdd82800c
commit aed137fae3
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}