mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-11 16:00:26 -04:00
remove double translation, avoid unsupported double quotes in INI file
This commit is contained in:
parent
f12986a277
commit
bb6a44ce7a
6 changed files with 7 additions and 5 deletions
|
@ -380,7 +380,7 @@ class Controller
|
|||
$page->assign('SYNTAXHIGHLIGHTINGTHEME', $this->_conf->getKey('syntaxhighlightingtheme'));
|
||||
$page->assign('FORMATTER', $formatters);
|
||||
$page->assign('FORMATTERDEFAULT', $this->_conf->getKey('defaultformatter'));
|
||||
$page->assign('INFO', I18n::_($this->_conf->getKey('info')));
|
||||
$page->assign('INFO', I18n::_(str_replace("'", '"', $this->_conf->getKey('info'))));
|
||||
$page->assign('NOTICE', I18n::_($this->_conf->getKey('notice')));
|
||||
$page->assign('BURNAFTERREADINGSELECTED', $this->_conf->getKey('burnafterreadingselected'));
|
||||
$page->assign('PASSWORD', $this->_conf->getKey('password'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue