]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix source link
authorEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 14:15:55 +0000 (10:15 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 14:15:55 +0000 (10:15 -0400)
darcs-hash:20080528141555-84dde-deeaf974426d353c6e7573e5c532823001639f36.gz

lib/util.php

index 9c288198cb79554f3b5be57f3bbea5422effd185..86c71abb75fb5d555d83bb2a44ae94e7c0b9fb57 100644 (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');
 }