Skip to content

Commit

Permalink
Minor translation fixes
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11470 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Nov 24, 2011
1 parent 1e23397 commit f5de318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/survey/showSyntaxErrors_view.php
Expand Up @@ -9,8 +9,8 @@
<th><?php $clang->eT("gseq"); ?></th>
<th><?php $clang->eT("qseq"); ?></th>
<th><?php $clang->eT("Type"); ?></th>
<th><?php $clang->eT("Source Expression"); ?></th>
<th><?php $clang->eT("Syntax Highlighted"); ?></th>
<th><?php $clang->eT("Source expression"); ?></th>
<th><?php $clang->eT("Syntax highlighted"); ?></th>
</tr>
</thead>
<tbody>
Expand All @@ -23,7 +23,7 @@
</a>
</td>
<td><a href="<?php echo site_url('admin/survey/view/'.$error['sid'].'/'.$error['gid']);?>">
<?php echo $error['gid'];?>
<?php echo $error['gid'];?>
</a>
</td>
<td><a href="<?php echo site_url('admin/question/editquestion/'.$error['sid'].'/'.$error['gid'].'/'.$error['qid']);?>">
Expand Down

0 comments on commit f5de318

Please sign in to comment.