Index: l10n_client.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_client/Attic/l10n_client.module,v
retrieving revision 1.22.2.11
diff -u -p -r1.22.2.11 l10n_client.module
--- l10n_client.module	29 Apr 2010 08:29:56 -0000	1.22.2.11
+++ l10n_client.module	4 Aug 2010 10:37:38 -0000
@@ -437,7 +437,7 @@ function l10n_client_save_string() {
   if (l10n_client_access()) {
     if (isset($_POST['source']) && isset($_POST['target']) && isset($_POST['textgroup']) && !empty($_POST['form_token']) && drupal_valid_token($_POST['form_token'], 'l10n_client_form')) {
       include_once 'includes/locale.inc';
-      $report = array('skips' => 0, 'additions' => 0, 'updates' => 0);
+      $report = array('skips' => 0, 'additions' => 0, 'updates' => 0, 'deletes' => 0);
       _locale_import_one_string_db($report, $language->language, $_POST['source'], $_POST['target'], $_POST['textgroup'], NULL, LOCALE_IMPORT_OVERWRITE);
       cache_clear_all('locale:', 'cache', TRUE);
       _locale_invalidate_js($language->language);
