Index: l10n_community/translate.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/l10n_server/l10n_community/Attic/translate.inc,v
retrieving revision 1.1.2.7.2.29
diff -u -r1.1.2.7.2.29 translate.inc
--- l10n_community/translate.inc	27 Dec 2009 08:55:11 -0000	1.1.2.7.2.29
+++ l10n_community/translate.inc	24 Jan 2010 10:38:08 -0000
@@ -91,7 +91,7 @@
     // Autocomplete field for more then 30 projects.
     $form['project'] += array(
       '#type' => 'textfield',
-      '#autocomplete_path' => 'translate/projects/autocomplete',
+      '#autocomplete_path' => 'translate/project-autocomplete',
       '#size' => 20,
     );
   }
Index: l10n_community/l10n_community.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/l10n_server/l10n_community/Attic/l10n_community.module,v
retrieving revision 1.1.2.23.2.64
diff -u -r1.1.2.23.2.64 l10n_community.module
--- l10n_community/l10n_community.module	13 Jan 2010 16:56:45 -0000	1.1.2.23.2.64
+++ l10n_community/l10n_community.module	24 Jan 2010 10:38:08 -0000
@@ -150,7 +150,7 @@
     'access arguments' => array('access localization community'),
     'weight' => -5,
   );
-  $items['translate/projects/autocomplete'] = array(
+  $items['translate/project-autocomplete'] = array(
     'title' => 'Project autocomplete',
     'page callback' => 'l10n_community_projects_autocomplete',
     'access arguments' => array('access localization community'),
Index: l10n_community/welcome.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/l10n_server/l10n_community/Attic/welcome.inc,v
retrieving revision 1.1.2.7.2.16
diff -u -r1.1.2.7.2.16 welcome.inc
--- l10n_community/welcome.inc	27 Dec 2009 08:08:51 -0000	1.1.2.7.2.16
+++ l10n_community/welcome.inc	24 Jan 2010 10:38:08 -0000
@@ -138,7 +138,7 @@
     // Autocomplete field for more then 30 projects.
     $form['project'] += array(
       '#type' => 'textfield',
-      '#autocomplete_path' => 'translate/projects/autocomplete',
+      '#autocomplete_path' => 'translate/project-autocomplete',
     );
   }
 
