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