diff options
author | Simon Rettberg | 2016-06-09 17:58:48 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-06-09 17:58:48 +0200 |
commit | aa22a5a5b655df0cd5b79d849c76551982a9854f (patch) | |
tree | 47b51e126a990b0956b95e3ee9795694e796515f /modules-available/backup | |
parent | [property] Increate ML list download timeout (diff) | |
download | slx-admin-aa22a5a5b655df0cd5b79d849c76551982a9854f.tar.gz slx-admin-aa22a5a5b655df0cd5b79d849c76551982a9854f.tar.xz slx-admin-aa22a5a5b655df0cd5b79d849c76551982a9854f.zip |
Fix some translations and page titles
Diffstat (limited to 'modules-available/backup')
-rw-r--r-- | modules-available/backup/page.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/backup/page.inc.php b/modules-available/backup/page.inc.php index 3f2388a5..6cd3168f 100644 --- a/modules-available/backup/page.inc.php +++ b/modules-available/backup/page.inc.php @@ -23,7 +23,6 @@ class Page_Backup extends Page protected function doRender() { - Render::setTitle(Dictionary::translate('lang_titleBackup')); if ($this->action === 'restore') { Render::addTemplate('restore', $this->templateData); } else { |