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

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

diff --git a/includes/actions/commerce_rules_extra_change_page.inc b/includes/actions/commerce_rules_extra_change_page.inc
index d33b48e..9ec3293 100644
--- a/includes/actions/commerce_rules_extra_change_page.inc
+++ b/includes/actions/commerce_rules_extra_change_page.inc
@@ -19,6 +19,7 @@ function commerce_rules_extra_change_page_action_info() {
         'options list' => 'commerce_rules_extra_get_pages',
         'default value' => '<same>',
         'restriction' => 'input',
+        'translatable' => TRUE,
       ),
       'title' => array(
         'type' => 'text',
@@ -26,6 +27,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 +35,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 +43,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

