Opened 12 years ago
Closed 12 years ago
#2767 closed enhancement (duplicate)
Paint i18n enhancement
Reported by: | cjl | Owned by: | godiard |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Paint | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Two strings should be changed.
toolbox.py:1506
msgid "ZOOM +"
toolbox.py:1510
msgid "ZOOM -"
These should be standardized to:
"Zoom In"
"Zoom Out"
like every other Activity that has this function to minimize the L10n burden.
Change History (2)
comment:1 Changed 12 years ago by godiard
comment:2 Changed 12 years ago by cjl
- Resolution set to duplicate
- Status changed from new to closed
You are quite right that this is duplicative of 2675. My bad for reporting twice. I will close this ticket as duplicate.
Note: See
TracTickets for help on using
tickets.
I have removed the code with these strings, the functionality never worked.
The git commit is 31860cd480790e97353a0faef0cf29303ca9b7c5
The activity is not in ASLO yet.
This ticket is related to #2675 and I think can be closed together.