diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-10-29 19:23:46 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-10-29 19:23:46 +0000 |
| commit | 1626feb62df11c7157e084c305cbf93624eedc58 (patch) | |
| tree | 46f0de93a8acd24211c3de721086017a338b1099 /src/seltrans.cpp | |
| parent | Translations. Italian translation update by Firas Hanife (diff) | |
| download | inkscape-1626feb62df11c7157e084c305cbf93624eedc58.tar.gz inkscape-1626feb62df11c7157e084c305cbf93624eedc58.zip | |
i18n. Fixing untranslated strings.
(bzr r13640)
Diffstat (limited to 'src/seltrans.cpp')
| -rw-r--r-- | src/seltrans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp index e15249f94..96c7fb49b 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -651,7 +651,7 @@ void Inkscape::SelTrans::_makeHandles() { for (int i = 0; i < NUMHANDS; i++) { SPSelTransTypeInfo info = handtypes[hands[i].type]; - knots[i] = new SPKnot(_desktop, info.tip); + knots[i] = new SPKnot(_desktop, _(info.tip)); knots[i]->setShape(SP_CTRL_SHAPE_BITMAP); knots[i]->setSize(13); |
