? .git
? LICENSE.txt
? l10n_community/diff.inc
Index: l10n_community/translate.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/translate.inc,v
retrieving revision 1.1.2.7.2.13
diff -u -d -F^\s*function -r1.1.2.7.2.13 translate.inc
--- l10n_community/translate.inc	1 Sep 2009 15:48:28 -0000	1.1.2.7.2.13
+++ l10n_community/translate.inc	4 Sep 2009 12:03:47 -0000
@@ -426,9 +426,10 @@ function l10n_community_translate_form(&
       );
     }
     else {
-      // User with full privileges, offer option to submit suggestion.
+      // User with full privileges may also submit final suggestions.
       $form[$string->sid]['translation']['is_suggestion'] = array(
         '#title' => t('Suggestion for discussion'),
+        '#default_value' => TRUE,
         '#type' => 'checkbox',
       );
     }
