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"); [...]
Created attachment 40301 [details] patch Thanks to Jaroslaw Kobus <jkobus [] trolltech.com>
Comment on attachment 40301 [details] patch r=me, Good catch :)
Comment on attachment 40301 [details] patch Clearing flags on attachment: 40301 Committed r48876: <http://trac.webkit.org/changeset/48876>
All reviewed patches have been landed. Closing bug.