From: jucablues Date: Mon, 21 Jan 2008 05:29:54 +0000 (+0000) Subject: sorry... forgot to quote a \" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=20b1aa438c665d6058e88f082564243eac7e28a4;p=inkscape.git sorry... forgot to quote a \" --- diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index b21e08390..a120b6a40 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -2080,7 +2080,7 @@ void FilterEffectsDialog::update_primitive_infobox() break; case(NR::NR_FILTER_DIFFUSELIGHTING): _infobox_icon.set(g_strdup_printf("%s/feDiffuseLighting-icon.png", INKSCAPE_PIXMAPDIR)); - _infobox_desc.set_markup(_("The feDiffuseLighting and feSpecularLighting filter primitives create "embossed" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer.")); + _infobox_desc.set_markup(_("The feDiffuseLighting and feSpecularLighting filter primitives create \"embossed\" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer.")); break; case(NR::NR_FILTER_DISPLACEMENTMAP): _infobox_icon.set(g_strdup_printf("%s/feDisplacementMap-icon.png", INKSCAPE_PIXMAPDIR)); @@ -2112,7 +2112,7 @@ void FilterEffectsDialog::update_primitive_infobox() break; case(NR::NR_FILTER_SPECULARLIGHTING): _infobox_icon.set(g_strdup_printf("%s/feSpecularLighting-icon.png", INKSCAPE_PIXMAPDIR)); - _infobox_desc.set_markup(_("The feDiffuseLighting and feSpecularLighting filter primitives create "embossed" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer.")); + _infobox_desc.set_markup(_("The feDiffuseLighting and feSpecularLighting filter primitives create \"embossed\" shadings. The input's alpha channel is used to provide depth information: higher opacity areas are raised toward the viewer and lower opacity areas recede away from the viewer.")); break; case(NR::NR_FILTER_TILE): _infobox_icon.set(g_strdup_printf("%s/feTile-icon.png", INKSCAPE_PIXMAPDIR));