Opened 11 years ago
Closed 11 years ago
#29752 closed defect (bug) (fixed)
Additional space creates new string
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
We have strings "Version:" and "Version: " (with space). Attached patch makes only one string (without space).
But maybe it should be all unified with "Version: %s" string (good idea for example for RTL). I can create better patch if there is any need for it...
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I think it's not necessary,
dir="rtl"
should handle it correctly.