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

Description Jędrzej Nowacki 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"); 
[...]
Comment 1 Jędrzej Nowacki 2009-09-29 07:44:44 PDT
Created attachment 40301 [details]
patch

Thanks to Jaroslaw Kobus <jkobus [] trolltech.com>
Comment 2 Simon Hausmann 2009-09-29 07:49:27 PDT
Comment on attachment 40301 [details]
patch

r=me, Good catch :)
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2009-09-29 08:01:00 PDT
All reviewed patches have been landed.  Closing bug.