From ef00d07b9556d235c7bafe9bfabfa57f57f03533 Mon Sep 17 00:00:00 2001
From: Tadej Basa <tadej.basa@gmail.com>
Date: Wed, 22 Jul 2015 12:28:52 +0200
Subject: [PATCH] 2537584-support-string-translation

---
 includes/actions/commerce_rules_extra_change_page.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/includes/actions/commerce_rules_extra_change_page.inc b/includes/actions/commerce_rules_extra_change_page.inc
index d33b48e..92aa5b2 100644
--- a/includes/actions/commerce_rules_extra_change_page.inc
+++ b/includes/actions/commerce_rules_extra_change_page.inc
@@ -26,6 +26,7 @@ function commerce_rules_extra_change_page_action_info() {
         'description' => t('Set the page title.'),
         'optional' => TRUE,
         'restriction' => 'input',
+        'translatable' => TRUE,
       ),
       'help' => array(
         'type' => 'text',
@@ -33,6 +34,7 @@ function commerce_rules_extra_change_page_action_info() {
         'description' => t('Set the help text displayed at the top of the page.'),
         'optional' => TRUE,
         'restriction' => 'input',
+        'translatable' => TRUE,
       ),
       'submit_value' => array(
         'type' => 'text',
@@ -40,6 +42,7 @@ function commerce_rules_extra_change_page_action_info() {
         'description' => t('Set the value of the submit button.'),
         'optional' => TRUE,
         'restriction' => 'input',
+        'translatable' => TRUE,
       ),
     ),
   );
-- 
1.9.3

