2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fix typo's

This commit is contained in:
Adam Zammit
2015-09-07 11:50:20 +10:00
parent 19a9d8c1ef
commit 92000359a8
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ xhtml_head(T_("Search the sample"),true,$css,$js_head);
<h4 class="modal-title text-danger " ><?php echo T_("WARNING !");?></h4> <h4 class="modal-title text-danger " ><?php echo T_("WARNING !");?></h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p><?php echo T_("Are you shure you want to delete") . "&ensp;" . T_("Sample ID") . "&ensp;<b class='text-danger'>" . "</b>?";?></p> <p><?php echo T_("Are you sure you want to delete") . "&ensp;" . T_("Sample ID") . "&ensp;<b class='text-danger'>" . "</b>?";?></p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default pull-left" data-dismiss="modal"><?php echo T_("NOOOO...");?></button> <button type="button" class="btn btn-default pull-left" data-dismiss="modal"><?php echo T_("NOOOO...");?></button>

View File

@@ -183,7 +183,7 @@ if (!empty($rs))
<h4 class="modal-title text-danger " ><?php echo T_("WARNING !");?></h4> <h4 class="modal-title text-danger " ><?php echo T_("WARNING !");?></h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p><?php echo T_("Are you shure you want to delete") . "&ensp;" . T_("Sample ID") . "&ensp;<b class='text-danger'>" . "</b>?";?></p> <p><?php echo T_("Are you sure you want to delete") . "&ensp;" . T_("Sample ID") . "&ensp;<b class='text-danger'>" . "</b>?";?></p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default pull-left" data-dismiss="modal"><?php echo T_("NOOOO...");?></button> <button type="button" class="btn btn-default pull-left" data-dismiss="modal"><?php echo T_("NOOOO...");?></button>