Bug 26263
| Summary: | en_GB translation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bruce Cowan <bruce> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Enhancement | CC: | bruce |
| Priority: | P4 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Bruce Cowan
I'm currently working on the en_GB translation of WebKitGtk+. However, there are a few strings that could be changed in the original.
WebKit/gtk/webkit/webkitdownload.cpp:266 - The destination URI where to save the file -> The URI where the file will be saved to
WebKit/gtk/webkit/webkitdownload.cpp:281 - The filename suggested as default when saving -> The filename suggested as default when saving
WebKit/gtk/webkit/webkitdownload.cpp:469 - User cancelled the download -> User canceled the download (I think en_US is with only one 'l')
WebKit/gtk/webkit/webkitwebview.cpp:1716 - Returns the @web_view's document title -> remove the @ bit.
WebKit/gtk/webkit/webkitwebview.cpp:1730 - Returns the current URI of the contents displayed by the @web_view -> remove the @ bit.
The en_GB translation will appear here after the above get fixed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Bruce Cowan
(In reply to comment #0)
> WebKit/gtk/webkit/webkitdownload.cpp:281 - The filename suggested as default
> when saving -> The filename suggested as default when saving
I meant to change that to "The default suggested file name when saving".
Bruce Cowan
*** This bug has been marked as a duplicate of bug 27244 ***