Skip to content

Commit

Permalink
Dev Fixed some texts
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 6, 2016
1 parent e953ef1 commit 16befbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application/controllers/admin/templates.php
Expand Up @@ -1149,7 +1149,7 @@ protected function _initialise($templatename, $screenname, $editfile, $showsumma
<div class="questionhelp text-info" role="alert" id="vmsg_4496">
<div id="vmsg_4496_num_answers" class="em_num_answers emtip good">
<span class="fa fa-exclamation-circle" aria-hidden="true"></span>
'.gT('Tip when question is valid').'
'.gT('Hint when response is valid').'
</div>
</div>
',
Expand All @@ -1168,7 +1168,7 @@ protected function _initialise($templatename, $screenname, $editfile, $showsumma
<div class="questionhelp text-info" role="alert" id="vmsg_4496">
<div id="vmsg_4496_num_answers" class="em_num_answers emtip error">
<span class="fa fa-exclamation-circle" aria-hidden="true"></span>
'.gT('Tip when question is not valid').'
'.gT('Hint when response is not valid').'
</div>
</div>
'
Expand Down
4 changes: 2 additions & 2 deletions application/views/admin/templates/templatesummary_view.php
Expand Up @@ -132,7 +132,7 @@

<div class="">
<a href="#" data-toggle="modal" data-target="#fileHelp" />
<?php eT('Tip: How to display a file in your template?'); ?>
<?php eT('Tip: How to embed a picture in your template?'); ?>
</a>
</div>
</div>
Expand All @@ -154,7 +154,7 @@
<code>{SITELOGO}</code><br/>
<?php eT("it will generate a responsive image containing the logo file.");?><br/>
</div>

<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><?php eT("Close");?></button>
</div>
Expand Down

0 comments on commit 16befbf

Please sign in to comment.