summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/level.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-09-19 11:20:04 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-09-19 11:20:04 +0000
commit2a0cafb343faecffd46a14e37c0515afc8d89fa6 (patch)
tree1b05dae7b8826d00cb440abc604dbb463ebd2bfa /src/extension/internal/bitmap/level.cpp
parentTooltips inconsistency fix (Bug 340723) (diff)
downloadinkscape-2a0cafb343faecffd46a14e37c0515afc8d89fa6.tar.gz
inkscape-2a0cafb343faecffd46a14e37c0515afc8d89fa6.zip
Tooltips inconsistency fix part 2 (Bug 340723)
(bzr r9770)
Diffstat (limited to 'src/extension/internal/bitmap/level.cpp')
-rw-r--r--src/extension/internal/bitmap/level.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/bitmap/level.cpp b/src/extension/internal/bitmap/level.cpp
index 9ccdc3a20..718d4534c 100644
--- a/src/extension/internal/bitmap/level.cpp
+++ b/src/extension/internal/bitmap/level.cpp
@@ -47,7 +47,7 @@ Level::init(void)
"<effects-menu>\n"
"<submenu name=\"" N_("Raster") "\" />\n"
"</effects-menu>\n"
- "<menu-tip>" N_("Level selected bitmap(s) by scaling values falling between the given ranges to the full color range.") "</menu-tip>\n"
+ "<menu-tip>" N_("Level selected bitmap(s) by scaling values falling between the given ranges to the full color range") "</menu-tip>\n"
"</effect>\n"
"</inkscape-extension>\n", new Level());
}