From 22f91a73f6f381a7764cab94afd097e8c6a5a6aa Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 13 Feb 2013 19:39:28 +0100 Subject: [PATCH] use phrase 'drag_icon_here' instead of hardcoded text --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index fbcfe6e91..3f498b501 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1020,7 +1020,7 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common { $clipboard = $this->params['session']->getClipboard(); // print_r($clipboard); if(!$clipboard['docs'] && !$clipboard['folders']) { - print "
Drag icon of folder or document here!
"; + print "
".getMLText("drag_icon_here")."
"; } else { print ""; if($clipboard['folders']) {