Skip to content

Commit

Permalink
Dev Minor translation change
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 6, 2015
1 parent ea9f3d7 commit 4a3f925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/globalSettings_view.php
Expand Up @@ -693,7 +693,7 @@
<div class="hidden hide" id="submitglobalbutton">
<p>
<?php if(Yii::app()->session['refurl']) { ?>
<button type="submit" name="action" value='savequit'><?php eT("Save and quit"); ?></button>
<button type="submit" name="action" value='savequit'><?php eT("Save and exit"); ?></button>
<?php } ?>
<button type="submit" name="action" value='save'><?php eT("Save"); ?></button>
</p>
Expand Down

0 comments on commit 4a3f925

Please sign in to comment.