#4985 closed defect (bug) (fixed)
"Welcome" in install.php is not gettexted.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | I18N | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
"Welcome" in install.php at L.34 is not gettexted.
<h1>Welcome</h1> -> <h1><?php _e('Welcome'); ?></h1>
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [6122]) gettext string. Props tai. fixes #4985