? bakery--574160-10.patch
? bakery--650468-6-d7.patch
? bakery--709420-11.patch
? bakery--d7-typo.patch
? bakery--hook_menu_alter.patch
Index: bakery.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/bakery/bakery.module,v
retrieving revision 1.57
diff -u -p -r1.57 bakery.module
--- bakery.module	29 Apr 2010 23:51:54 -0000	1.57
+++ bakery.module	28 Jun 2010 18:48:35 -0000
@@ -313,7 +313,7 @@ function bakery_settings($form, &$form_s
     '#title' => 'Supported profile fields',
     '#default_value' => $default,
     '#options' => $options,
-    '#description' => t('Chose the profile fields that should be exported by the master and imported on the slaves. Username and E-mail are always exported. The correct export of individual fields may depend on the appropriate settings for other modules on both master and slaves. You need to configure this setting on both the master and the slaves.'),
+    '#description' => t('Choose the profile fields that should be exported by the master and imported on the slaves. Username and E-mail are always exported. The correct export of individual fields may depend on the appropriate settings for other modules on both master and slaves. You need to configure this setting on both the master and the slaves.'),
   );
 
   // Tell system_settings_form() to not set default_values since we have already done so.
