From aa105d7a58bc59f61588bbdd603ba6dc2fc35983 Mon Sep 17 00:00:00 2001
From: David Baumgold <david@davidbaumgold.com>
Date: Fri, 31 Jan 2014 14:14:10 -0500
Subject: [PATCH] translate component tooltips

---
 cms/templates/component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cms/templates/component.html b/cms/templates/component.html
index 7893056fe48..554cc9ec938 100644
--- a/cms/templates/component.html
+++ b/cms/templates/component.html
@@ -37,13 +37,13 @@
         </a>
       </li>
       <li class="action-item action-duplicate">
-        <a href="#" data-tooltip="Duplicate" class="duplicate-button action-button">
+        <a href="#" data-tooltip="${_("Duplicate")}" class="duplicate-button action-button">
             <i class="icon-copy"></i>
             <span class="sr">${_("Duplicate this component")}</span>
         </a>
       </li>
       <li class="action-item action-delete">
-        <a href="#" data-tooltip="Delete" class="delete-button action-button">
+        <a href="#" data-tooltip="${_("Delete")}" class="delete-button action-button">
             <i class="icon-trash"></i>
             <span class="sr">${_("Delete this component")}</span>
         </a>
-- 
GitLab