WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
29872
[Qt] Typo in Localizations.cpp
https://bugs.webkit.org/show_bug.cgi?id=29872
Summary
[Qt] Typo in Localizations.cpp
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug