Skip to content

Commit b913896

Browse files
michieldmarianaballa
authored andcommitted
rename file simply to "update"
1 parent 497d66a commit b913896

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

public_html/lists/admin/connect.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ function pageTitle($page)
723723
'generatebouncerules',
724724
'initialise',
725725
'upgrade',
726-
'redirecttoupdater',
726+
'update',
727727
'processqueue',
728728
'processbounces',
729729
'reindex',
@@ -737,7 +737,7 @@ function pageTitle($page)
737737
'eventlog',
738738
'initialise',
739739
'upgrade',
740-
'redirecttoupdater',
740+
'update',
741741
'bouncemgt',
742742
'processqueue',
743743
// 'processbounces',
@@ -805,8 +805,8 @@ function pageTitle($page)
805805
// 'pages' => array(),
806806
// 'menulinks' => array(),
807807
// );
808-
unset($GLOBALS['pagecategories']['system']['pages']['redirecttoupdater']);
809-
unset($GLOBALS['pagecategories']['system']['menulinks']['redirecttoupdater']);
808+
unset($GLOBALS['pagecategories']['system']['pages']['update']);
809+
unset($GLOBALS['pagecategories']['system']['menulinks']['update']);
810810
}
811811
if (DEVVERSION) {
812812
$GLOBALS['pagecategories']['develop'] = array(

public_html/lists/admin/languages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public function pageTitle($page)
390390
} elseif (!empty($page_title)) {
391391
$title = $page_title;
392392
} else {
393-
$title = $page;
393+
$title = ucfirst($page);
394394
}
395395

396396
return $title;

public_html/lists/admin/locale/en/pagetitles.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
case 'updatetranslation': $page_title = 'Update translations'; break;
7676
case 'reindex': $page_title = 'Re-index DB'; break;
7777
case 'plugins': $page_title = 'Manage Plugins'; break;
78+
case 'update': $page_title = 'Update'; break;
7879

7980
default: $page_title = $page;
8081
if (0) { //# discover new titles
File renamed without changes.

0 commit comments

Comments
 (0)