--- i18nstrings.module	2009-01-14 17:33:31.000000000 +0100
+++ i18strings-patched.module	2009-01-15 14:37:40.000000000 +0100
@@ -558,7 +558,7 @@ function i18nstrings_textgroup($textgrou
     }
     else {
       // We don't have the source string, cache this as untranslated.
-      db_query("INSERT INTO {locales_source} (location, source, textgroup, version) VALUES ('%s', '%s', 'default', '%s')", request_uri(), $string, VERSION);
+      db_query("INSERT INTO {locales_source} (location, source, textgroup, version) VALUES ('%s', '%s', '%s', '%s')", request_uri(), $string,  $textgroup, VERSION);
       $locale_t[$langcode][$string] = TRUE;
       // Clear locale cache so this string can be added in a later request.
       cache_clear_all('locale:'. $textgroup .':', 'cache', TRUE);
