Bug 593891 - Part 2 : Use a different title for the capture picker [r=mfinkle]

This commit is contained in:
Fabrice Desré
2011-09-26 17:25:41 -07:00
parent ff7bda924c
commit 18f94ab00e
2 changed files with 2 additions and 1 deletions

View File

@@ -438,7 +438,7 @@ nsFileControlFrame::CaptureMouseListener::HandleEvent(nsIDOMEvent* aMouseEvent)
// Get Loc title
nsXPIDLString title;
nsContentUtils::GetLocalizedString(nsContentUtils::eFORMS_PROPERTIES,
"FileUpload", title);
"MediaUpload", title);
nsPIDOMWindow* win = doc->GetWindow();
if (!win) {