[Webkit-unassigned] [Bug 29872] New: [Qt] Typo in Localizations.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 07:33:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29872

           Summary: [Qt] Typo in Localizations.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jedrzej.nowacki at nokia.com


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"); 
[...]

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list