Skip to content

Commit

Permalink
Dev Translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 2, 2023
1 parent 1d99124 commit 223dba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/controllers/SurveyAdministrationController.php
Expand Up @@ -3181,8 +3181,8 @@ protected function tabPanelIntegration($survey, $sLang = null)
'Action' => gT('Action'),
'Parameter' => gT('Parameter'),
'Target question' => gT('Target question'),
'Survey ID' => gT('Survey id'),
'Question ID' => gT('Question id'),
'Survey ID' => gT('Survey ID'),
'Question ID' => gT('Question ID'),
'Subquestion ID' => gT('Subquestion ID'),
'Add URL parameter' => gT('Add URL parameter'),
'Edit URL parameter' => gT('Edit URL parameter'),
Expand Down
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -9497,7 +9497,7 @@ public static function ShowSurveyLogicFile($sid, $gid = null, $qid = null, $LEMd
}
$questionRow .= "</b>"
. "<br/>"
. "[<a target='_blank' href='$editlink'>" . sprintf(gT("QID %s"), $qid) . "</a>]"
. "[<a target='_blank' href='$editlink'>" . sprintf(gT("Question ID %s"), $qid) . "</a>]"
. "<br/>"
. "<span class='question-type'>$typedesc [$type]</span> "
. "<span class='question-theme'>$themeDesc</span> "
Expand Down

0 comments on commit 223dba9

Please sign in to comment.