Bug 29872 - [Qt] Typo in Localizations.cpp
Summary: [Qt] Typo in Localizations.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 07:33 PDT by Jędrzej Nowacki
Modified: 2009-09-29 08:01 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.37 KB, patch)
2009-09-29 07:44 PDT, Jędrzej Nowacki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.