Index: l10n_community/translate.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/translate.inc,v retrieving revision 1.1.2.7.2.21 diff -u -p -r1.1.2.7.2.21 translate.inc --- l10n_community/translate.inc 15 Oct 2009 08:46:40 -0000 1.1.2.7.2.21 +++ l10n_community/translate.inc 15 Oct 2009 15:37:40 -0000 @@ -85,7 +85,7 @@ function l10n_community_filter_form(&$fo $form['project']['#options'] = array('' => t('All')); foreach ($projects as $project) { // URI used to shorten the lookup cycle in filter sanitization. - $form['project']['#options'][$project->uri] = $project->title; + $form['project']['#options'][$project->title] = $project->title; } } else {