summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2014-05-11 11:57:14 +0000
committerJazzyNico <nicoduf@yahoo.fr>2014-05-11 11:57:14 +0000
commitf9b46a56e41c1fb0d743ae381394b2245f264fc8 (patch)
tree6490b5098006b314fe3e7f8dddd65628cb8aeb68 /src/ui
parentAdd closePath(). (diff)
downloadinkscape-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.cpp2
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);
}