From ada6f52aa9fd3e88840cbf09f392d1448073a9fa Mon Sep 17 00:00:00 2001
From: wonder95 <killshot91@gmail.com>
Date: Fri, 17 Feb 2012 15:33:45 -0800
Subject: [PATCH] Using t() in clone_menu for action link title.

---
 clone.module |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/clone.module b/clone.module
index 29003dd..e32bda9 100644
--- a/clone.module
+++ b/clone.module
@@ -44,7 +44,7 @@ function clone_menu() {
     'access arguments' => array(1),
     'page callback' => 'clone_node_check',
     'page arguments' => array(1),
-    'title' => 'Clone content',
+    'title' => t('Clone content'),
     'weight' => 5,
     'file' => 'clone.pages.inc',
     'type' => MENU_LOCAL_ACTION,
@@ -107,7 +107,7 @@ function clone_views_api() {
 function clone_admin_paths() {
   if (variable_get('node_admin_theme')) {
     $paths = array(
-      'node/*/clone' => TRUE, 
+      'node/*/clone' => TRUE,
     );
     return $paths;
   }
-- 
1.7.4.1

