Code

Tooltips inconsistency fix (Bug 340723)
authorKris <Kris.De.Gussem@hotmail.com>
Sun, 19 Sep 2010 11:19:12 +0000 (13:19 +0200)
committerKris <Kris.De.Gussem@hotmail.com>
Sun, 19 Sep 2010 11:19:12 +0000 (13:19 +0200)
15 files changed:
share/filters/filters.svg
src/extension/internal/bitmap/adaptiveThreshold.cpp
src/extension/internal/bitmap/addNoise.cpp
src/extension/internal/bitmap/channel.cpp
src/extension/internal/bitmap/charcoal.cpp
src/extension/internal/bitmap/colorize.cpp
src/extension/internal/bitmap/cycleColormap.cpp
src/extension/internal/bitmap/despeckle.cpp
src/extension/internal/bitmap/edge.cpp
src/extension/internal/bitmap/emboss.cpp
src/extension/internal/bitmap/enhance.cpp
src/extension/internal/bitmap/equalize.cpp
src/extension/internal/bitmap/gaussianBlur.cpp
src/extension/internal/bitmap/implode.cpp
src/verbs.cpp

index 5d1f44cf637d5c80fb93e69f464a2a2980901150..b9c0abc3ba3dc66ecf1e85e4911ba59e1971b18b 100644 (file)
 <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5 -3.2 " result="result91" />
 <feComposite operator="out" in="SourceGraphic" result="result4" in2="result91" />
 </filter>
-<filter id="f177" inkscape:label="Canvas transparency" x="0" y="0" width="1" height="1" inkscape:menu="Image effects, transparent" inkscape:menu-tooltip="Gives a canvas like HSL sensitive transparency." color-interpolation-filters="sRGB">
+<filter id="f177" inkscape:label="Canvas transparency" x="0" y="0" width="1" height="1" inkscape:menu="Image effects, transparent" inkscape:menu-tooltip="Gives a canvas like HSL sensitive transparency" color-interpolation-filters="sRGB">
 <feTurbulence result="result1" numOctaves="10" baseFrequency="0.3" type="turbulence" />
 <feColorMatrix result="result0" in="SourceGraphic" type="luminanceToAlpha" />
 <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.4 0 " result="result2" />
index d22a4a69029c4dcb79b6de450d3863eac560ad57..9183a797e3536f6402b557903ec9a8cabbf30320 100644 (file)
@@ -45,7 +45,7 @@ AdaptiveThreshold::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Apply adaptive thresholding to selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Apply adaptive thresholding to selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new AdaptiveThreshold());
 }
index 7a2a994d7f6e6d1d176a97a0096c32640d4af87a..7f96723e4117abe1a6dd019faa71fb821a6467d3 100644 (file)
@@ -56,7 +56,7 @@ AddNoise::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Add random noise to selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Add random noise to selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new AddNoise());
 }
index a0a475d79895585a1fd3564aecff5b98d55f5a51..84186aba7e69d307de9c405969675764163aafcb 100644 (file)
@@ -62,7 +62,7 @@ Channel::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Extract specific channel from image.") "</menu-tip>\n"
+                               "<menu-tip>" N_("Extract specific channel from image") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Channel());
 }
index 3bde7b6e2da307d845eae147e24e7b25b937df28..5b3c7606e9536f6a3905b04ff2a6fe83a5c13cbd 100644 (file)
@@ -43,7 +43,7 @@ Charcoal::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Apply charcoal stylization to selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Apply charcoal stylization to selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Charcoal());
 }
index 33020ef43c95f377f337e88c1013584c24b8748e..de99f96604604487abf05e9a4e9369b7faea7f58 100644 (file)
@@ -54,7 +54,7 @@ Colorize::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Colorize selected bitmap(s) with specified color, using given opacity.") "</menu-tip>\n"
+                               "<menu-tip>" N_("Colorize selected bitmap(s) with specified color, using given opacity") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Colorize());
 }
index df59df1b663312669cb0983b82c289fd32a82146..339e8e0e8960e75a44065018cf1e0451fbd4bfee 100644 (file)
@@ -41,7 +41,7 @@ CycleColormap::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Cycle colormap(s) of selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Cycle colormap(s) of selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new CycleColormap());
 }
index 1d4d4a7859424cf03d91e65eacee28156231aff4..6382de04145d4e717c7144708a97b8a44ab8d066 100644 (file)
@@ -39,7 +39,7 @@ Despeckle::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Reduce speckle noise of selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Reduce speckle noise of selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Despeckle());
 }
index 1d47065fe1cc07ed7a17eefc5071ed7b0bda004a..6fbc435e78fc3fd14ebb5f86645dadf324503014 100644 (file)
@@ -41,7 +41,7 @@ Edge::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Highlight edges of selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Highlight edges of selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Edge());
 }
index f4c7f767a2154481f5e464540e1a495c184550e9..38b677613e143b3cf9a79d210a23d207aa0b57eb 100644 (file)
@@ -43,7 +43,7 @@ Emboss::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Emboss selected bitmap(s) -- highlight edges with 3D effect.") "</menu-tip>\n"
+                               "<menu-tip>" N_("Emboss selected bitmap(s); highlight edges with 3D effect") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Emboss());
 }
index 2a1158d1d90983af05aceca086ca82f71050219c..d679d9e2b27fbca8c64dd7a9a2782adbcf4e3fdd 100644 (file)
@@ -38,7 +38,7 @@ Enhance::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Enhance selected bitmap(s) -- minimize noise.") "</menu-tip>\n"
+                               "<menu-tip>" N_("Enhance selected bitmap(s); minimize noise") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Enhance());
 }
index 67f2f5a82d2967ed4cff81ec3e481f3dd15e34fb..29a1dc7c5389a9245ee65c016dc671ca4899754c 100644 (file)
@@ -38,7 +38,7 @@ Equalize::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Equalize selected bitmap(s) -- histogram equalization.") "</menu-tip>\n"
+                               "<menu-tip>" N_("Equalize selected bitmap(s); histogram equalization") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Equalize());
 }
index 9dc80c872568702350a36e78f2fd115f023463bf..fe2df868c6dc6b5f3970ce29956822da3628a5f6 100644 (file)
@@ -43,7 +43,7 @@ GaussianBlur::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Gaussian blur selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Gaussian blur selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new GaussianBlur());
 }
index 790842e3c3a358746043edddd5ac4fc5a98ed384..afd9b089f1218f02da4e5736f13753df8bac5d37 100644 (file)
@@ -41,7 +41,7 @@ Implode::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Implode selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Implode selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Implode());
 }
index eaf16e93f123e0df066f09d68128ece58d93d644..378d812814de68d3247701338db5e6ecb5b2a0fe 100644 (file)
@@ -2626,7 +2626,7 @@ Verb *Verb::_base_verbs[] = {
     new DialogVerb(SP_VERB_DIALOG_METADATA, "DialogMetadata", N_("Document _Metadata..."),
                    N_("Edit document metadata (to be saved with the document)"), INKSCAPE_ICON_DOCUMENT_METADATA ),
     new DialogVerb(SP_VERB_DIALOG_FILL_STROKE, "DialogFillStroke", N_("_Fill and Stroke..."),
-                   N_("Edit objects' colors, gradients, stroke width, arrowheads, dash patterns..."), INKSCAPE_ICON_DIALOG_FILL_AND_STROKE),
+                   N_("Edit objects' colors, gradients, arrowheads, and other fill and stroke properties..."), INKSCAPE_ICON_DIALOG_FILL_AND_STROKE),
     new DialogVerb(SP_VERB_DIALOG_GLYPHS, "DialogGlyphs", N_("Glyphs..."),
                    N_("Select characters from a glyphs palette"), GTK_STOCK_SELECT_FONT),
     // TRANSLATORS: "Swatches" means: color samples