diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-05-11 11:57:14 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-05-11 11:57:14 +0000 |
| commit | f9b46a56e41c1fb0d743ae381394b2245f264fc8 (patch) | |
| tree | 6490b5098006b314fe3e7f8dddd65628cb8aeb68 /src/ui | |
| parent | Add closePath(). (diff) | |
| download | inkscape-f9b46a56e41c1fb0d743ae381394b2245f264fc8.tar.gz inkscape-f9b46a56e41c1fb0d743ae381394b2245f264fc8.zip | |
i18n. Fix for bug #1318289 (preferences > bitmap > rendering shows po file headers).
Fixed bugs:
- https://launchpad.net/bugs/1318289
(bzr r13350)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index b6095fa8b..f1a29e971 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1468,7 +1468,7 @@ void InkscapePreferences::initPageBitmaps() _page_bitmaps.add_group_header( _("Render")); // rendering outlines for pixmap image tags _rendering_image_outline.init( _("Images in Outline Mode"), "/options/rendering/imageinoutlinemode", false); - _page_bitmaps.add_line(false, _(""), _rendering_image_outline, "", _("When active will render images while in outline mode instead of a red box with an x. This is useful for manual tracing.")); + _page_bitmaps.add_line(false, "", _rendering_image_outline, "", _("When active will render images while in outline mode instead of a red box with an x. This is useful for manual tracing.")); this->AddPage(_page_bitmaps, _("Bitmaps"), PREFS_PAGE_BITMAPS); } |
