Index: translate.inc
===================================================================
RCS file: /cvs/drupal-contrib/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
--- translate.inc	27 Dec 2009 08:55:11 -0000	1.1.2.7.2.29
+++ translate.inc	22 Jan 2010 09:58:05 -0000
@@ -682,6 +682,7 @@
   $sql_args = array_merge($join_args, $where_args);
   $sql_where = implode(' ', $join) . (count($where) ? (' WHERE '. implode(' AND ', $where)) : '');
   $sql = $select .' '. $sql_where;
+  $sql .= ' ORDER BY s.value ASC';
   $sql_count = $select_count .' '. $sql_where;
 
   // We either need a pager or a full result.

