Closed Bug 624115 Opened 14 years ago Closed 11 years ago

Not localized string in the add media window

Categories

(support.mozilla.org :: Localization, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE
Future

People

(Reporter: leszekz, Unassigned)

References

Details

(Whiteboard: [gallery])

In the https://support.mozilla.com/pl/gallery/images#upload dialog is not localized string:
Include this in wiki syntax with [[Image:title]]
This is most likely an easy fix.

Unfortunately, I also discovered another problem: uploading an image shows the help text for video. The correct way to fix that requires more work than I'd rather spend at the moment, but making the string localizable should be easy.
OS: Windows XP → All
Hardware: x86 → All
Target Milestone: --- → 2.4.3
In apps/gallery/forms.py:
TITLE_HELP_TEXT = _lazy(u'Include this in wiki syntax with [[%(type)s:title]]')

That looks right to me. I am not sure what is going wrong here.
The problem is that in gallery/includes/upload_media_form.html we only render the title and description fields once and share it with both forms. Whichever form renders first gets its help text in.
Assignee: nobody → paulc
There is a proper way to fix this that is part of the larger scope of refactoring the template and forms.
Target Milestone: 2.4.3 → 2.5
Target Milestone: 2.5 → 2011Q1
Whiteboard: [gallery]
Target Milestone: 2011Q1 → 2011Q2
Assignee: paul+moz → nobody
Target Milestone: 2011Q2 → 2011Q3
Is this still a problem?
(In reply to James Socol [:jsocol, :james] from comment #6)
> Is this still a problem?

Yes. This string is still displayed not localized. In the messages.po file is translated.
Target Milestone: 2011Q3 → 2012Q1
Moving all 2012Q1 bugs to Future.
Target Milestone: 2012Q1 → Future
This looks fixed to me. We got rid of video uploading a while back.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.