From 4999c5de9a69e8a5a1d0a6244ffc6964daf0ba85 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro
Date: Tue, 9 Aug 2011 16:59:20 -0700
Subject: [PATCH] Better text for the drag & drop note
---
app/views/cms/_drag_and_drop_note.rhtml | 4 ++++
app/views/cms/_text_editor_sidebar.rhtml | 8 ++------
2 files changed, 6 insertions(+), 6 deletions(-)
create mode 100644 app/views/cms/_drag_and_drop_note.rhtml
diff --git a/app/views/cms/_drag_and_drop_note.rhtml b/app/views/cms/_drag_and_drop_note.rhtml
new file mode 100644
index 0000000..12af727
--- /dev/null
+++ b/app/views/cms/_drag_and_drop_note.rhtml
@@ -0,0 +1,4 @@
+
+<%= _('Drag images to add them to the text.') unless @article.is_a?(TextileArticle) %>
+<%= _('Drag item names to the text to add links.') %>
+
diff --git a/app/views/cms/_text_editor_sidebar.rhtml b/app/views/cms/_text_editor_sidebar.rhtml
index afcac08..b59e825 100644
--- a/app/views/cms/_text_editor_sidebar.rhtml
+++ b/app/views/cms/_text_editor_sidebar.rhtml
@@ -17,11 +17,9 @@
<% end %>
@@ -36,11 +34,9 @@
<% end %>
--
libgit2 0.21.2