diff options
| author | Masato Hashimoto <cabezon.hashimoto@gmail.com> | 2014-11-05 06:01:12 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-11-05 06:01:12 +0000 |
| commit | ff6f0db21af7e564e205dcec40a886ce2b674608 (patch) | |
| tree | ac00b5ad7dd033c4a19146e8171924d803840442 /src/ui | |
| parent | Remove unused variable and put well a constant (diff) | |
| download | inkscape-ff6f0db21af7e564e205dcec40a886ce2b674608.tar.gz inkscape-ff6f0db21af7e564e205dcec40a886ce2b674608.zip | |
i18n. Fix for bug #1389509 (typos in trunk-r13669).
(bzr r13670)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/lpe-fillet-chamfer-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp index 85a2ccd3f..fa909924d 100644 --- a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp +++ b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp @@ -202,7 +202,7 @@ void FilletChamferPropertiesDialog::_setKnotPoint(Geom::Point knotpoint) double position; std::string distance_or_radius = std::string(_("Radius ")); if(aprox){ - distance_or_radius = std::string(_("Radius aproximated ")); + distance_or_radius = std::string(_("Radius approximated ")); } if(use_distance){ distance_or_radius = std::string(_("Knot distance ")); |
