Skip to content

Commit

Permalink
Fixed issue #13842: missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jul 6, 2018
1 parent 9f9b85d commit 5eea105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/survey/surveybar_displayexport.php
Expand Up @@ -162,8 +162,8 @@
'selectButton' => gT("Export"),
'modalTitle' => gT("Display/Export"),
'currentSelected' => gT("Display/Export"),
'debugKeyCheck' => "Export Type ",
'previewWindowTitle' => "Type of Export",
'debugKeyCheck' => gT("Export Type "),
'previewWindowTitle' => gT("Type of Export"),
'iconPosition' => "front",
'itemsArray' => $aExportItemsArray,
'value' => '',
Expand Down

0 comments on commit 5eea105

Please sign in to comment.