diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2017-01-26 15:50:34 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2017-01-26 15:50:34 +0000 |
| commit | 4a81c0fc9ecb2b9196f6cedeaf2ea39d68408936 (patch) | |
| tree | ff4eb315f65773ca7be3292309faa124fc02debc /src/ui/dialog/aboutbox.cpp | |
| parent | [Bug #1659297] 'Theme parsing error' messages in trunk rev 15447. (diff) | |
| download | inkscape-4a81c0fc9ecb2b9196f6cedeaf2ea39d68408936.tar.gz inkscape-4a81c0fc9ecb2b9196f6cedeaf2ea39d68408936.zip | |
[Bug #1659426] About screen - Missing image and small window - Translation comment.
Fixed bugs:
- https://launchpad.net/bugs/1659426
(bzr r15456)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
| -rw-r--r-- | src/ui/dialog/aboutbox.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index e7572b3ce..40b948a23 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -152,10 +152,7 @@ Gtk::Widget *build_splash_widget() { the `screens' directory. Thus the translation of "about.svg" should be the filename of its translated version, e.g. about.zh.svg for Chinese. - N.B. about.svg changes once per release. (We should probably rename - the original to about-0.40.svg etc. as soon as we have a translation. - If we do so, then add an item to release-checklist saying that the - string here should be changed.) */ + Please don't translate the filename unless the translated picture exists. */ // FIXME? INKSCAPE_SCREENSDIR and "about.svg" are in UTF-8, not the // native filename encoding... and the filename passed to sp_document_new |
