summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/levelChannel.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/levelChannel.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/levelChannel.cpp')
-rw-r--r--src/extension/internal/bitmap/levelChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/bitmap/levelChannel.cpp b/src/extension/internal/bitmap/levelChannel.cpp
index 436281eb4..4c579c46b 100644
--- a/src/extension/internal/bitmap/levelChannel.cpp
+++ b/src/extension/internal/bitmap/levelChannel.cpp
@@ -69,7 +69,7 @@ LevelChannel::init(void)
"<effects-menu>\n"
"<submenu name=\"" N_("Raster") "\" />\n"
"</effects-menu>\n"
- "<menu-tip>" N_("Level the specified channel of selected bitmap(s) by scaling values falling between the given ranges to the full color range.") "</menu-tip>\n"
+ "<menu-tip>" N_("Level the specified channel of 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 LevelChannel());
}