diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-10-02 08:32:46 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-10-02 08:32:46 +0000 |
| commit | 50a19700fb02a712803aa3623f0920d562116534 (patch) | |
| tree | 43ec67467e6b06e1703b9d6c578dfc63d7866d54 /src/filter-enums.cpp | |
| parent | Fixing inconsistencies in the PixelArt dialog. (diff) | |
| download | inkscape-50a19700fb02a712803aa3623f0920d562116534.tar.gz inkscape-50a19700fb02a712803aa3623f0920d562116534.zip | |
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Translations. Inkscape.pot and French translation update.
Fixed bugs:
- https://launchpad.net/bugs/380522
(bzr r13576)
Diffstat (limited to 'src/filter-enums.cpp')
| -rw-r--r-- | src/filter-enums.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter-enums.cpp b/src/filter-enums.cpp index 09a1a7614..67ca7b6e7 100644 --- a/src/filter-enums.cpp +++ b/src/filter-enums.cpp @@ -118,7 +118,7 @@ const EnumDataConverter<Inkscape::Filters::FilterComponentTransferType> Componen const EnumData<Inkscape::Filters::FilterConvolveMatrixEdgeMode> ConvolveMatrixEdgeModeData[Inkscape::Filters::CONVOLVEMATRIX_EDGEMODE_ENDTYPE] = { {Inkscape::Filters::CONVOLVEMATRIX_EDGEMODE_DUPLICATE, _("Duplicate"), "duplicate"}, {Inkscape::Filters::CONVOLVEMATRIX_EDGEMODE_WRAP, _("Wrap"), "wrap"}, - {Inkscape::Filters::CONVOLVEMATRIX_EDGEMODE_NONE, _("None"), "none"} + {Inkscape::Filters::CONVOLVEMATRIX_EDGEMODE_NONE, C_("Convolve matrix, edge mode", "None"), "none"} }; const EnumDataConverter<Inkscape::Filters::FilterConvolveMatrixEdgeMode> ConvolveMatrixEdgeModeConverter(ConvolveMatrixEdgeModeData, Inkscape::Filters::CONVOLVEMATRIX_EDGEMODE_ENDTYPE); |
