diff --git a/workbench_moderation.features.inc b/workbench_moderation.features.inc
index b2f5c70..ac56cc3 100644
--- a/workbench_moderation.features.inc
+++ b/workbench_moderation.features.inc
@@ -119,7 +119,7 @@ function workbench_moderation_transitions_features_export_render($module_name, $
   foreach ($data as $transition) {
     list($from_name, $to_name) = explode(':', $transition);
     $item = db_select('workbench_moderation_transitions', 't')
-      ->fields('t', array('from_name', 'to_name'))
+      ->fields('t', array('from_name', 'to_name', 'transition_label'))
       ->condition('from_name', $from_name)
       ->condition('to_name', $to_name)
       ->execute()
