Bug 29872

Summary: [Qt] Typo in Localizations.cpp
Product: WebKit Reporter: Jędrzej Nowacki <jedrzej.nowacki>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Jędrzej Nowacki
Reported 2009-09-29 07:33:58 PDT
Small typo in Localizations.cpp. In function String localizedMediaControlElementHelpText(const String& name) [...] : if (name == "TimeRemainingDisplay") is : return QCoreApplication::translate("QWebPage", "Remaining move time", "Media controller element"); should be : return QCoreApplication::translate("QWebPage", "Remaining movie time", "Media controller element"); [...]
Attachments
patch (1.37 KB, patch)
2009-09-29 07:44 PDT, Jędrzej Nowacki
no flags
Jędrzej Nowacki
Comment 1 2009-09-29 07:44:44 PDT
Created attachment 40301 [details] patch Thanks to Jaroslaw Kobus <jkobus [] trolltech.com>
Simon Hausmann
Comment 2 2009-09-29 07:49:27 PDT
Comment on attachment 40301 [details] patch r=me, Good catch :)
WebKit Commit Bot
Comment 3 2009-09-29 08:00:57 PDT
Comment on attachment 40301 [details] patch Clearing flags on attachment: 40301 Committed r48876: <http://trac.webkit.org/changeset/48876>
WebKit Commit Bot
Comment 4 2009-09-29 08:01:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.