### Eclipse Workspace Patch 1.0
#P drupal-contrib-cvs
Index: modules/l10n_client/l10n_client.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_client/l10n_client.module,v
retrieving revision 1.5
diff -u -r1.5 l10n_client.module
--- modules/l10n_client/l10n_client.module	5 Feb 2008 22:22:09 -0000	1.5
+++ modules/l10n_client/l10n_client.module	6 Feb 2008 07:28:37 -0000
@@ -231,7 +231,7 @@
       include_once 'includes/locale.inc';
       $report = array(0, 0, 0);
       _locale_import_one_string_db($report, $language->language, $_POST['source'], $_POST['target'], 'default', NULL, LOCALE_IMPORT_OVERWRITE);
-      locale_refresh_cache();
+      cache_clear_all('locale:', 'cache', TRUE);
     }
   }
 }
