Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey
Browse files Browse the repository at this point in the history
  • Loading branch information
limesurvey-translations committed Aug 17, 2021
2 parents 3c28d5c + 5cdecc8 commit f3f7cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/controllers/admin/labels.php
Expand Up @@ -312,7 +312,7 @@ function ($mixed, $item) {

// Save and Close Button
$aData['labelbar']['saveandclosebutton']['form'] = 'mainform';
$aData['labelbar']['saveandclosebutton']['text'] = gT('Save and Close');
$aData['labelbar']['saveandclosebutton']['text'] = gT('Save & close');

// White Close Button
$aData['labelbar']['white_closebutton']['url'] = Yii::app()->request->getUrlReferrer(Yii::app()->createUrl('admin/labels/sa/view'));;
Expand Down
4 changes: 2 additions & 2 deletions application/views/admin/super/fullpagebar_view.php
Expand Up @@ -51,7 +51,7 @@ class='btn btn-default'
<a class="btn btn-default tab-dependent-button"
id="createnewmenu"
data-tab="#surveymenues">
<i class="icon-add text-success"></i>&nbsp;<?php eT('New Menu') ?>
<i class="icon-add text-success"></i>&nbsp;<?php eT('New menu') ?>
</a>
<?php endif; ?>
<?php endif; ?>
Expand All @@ -63,7 +63,7 @@ class='btn btn-default'
id="createnewmenuentry"
data-tab="#surveymenuentries"
style="display:none;">
<i class="icon-add text-success"></i>&nbsp;<?php eT('New Menu Entry') ?>
<i class="icon-add text-success"></i>&nbsp;<?php eT('New menu entry') ?>
</a>
<?php endif; ?>
<?php endif; ?>
Expand Down
Expand Up @@ -99,7 +99,7 @@
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h3 class="pagetitle"><?php eT("Notification and Data management");?></h3>
<h3 class="pagetitle"><?php eT("Notification & data management");?></h3>
<p>
<?php eT("Additionally, the following settings cannot be changed once a survey has been activated.");?>
<br>
Expand Down

0 comments on commit f3f7cbc

Please sign in to comment.