summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorMasato 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
commitff6f0db21af7e564e205dcec40a886ce2b674608 (patch)
treeac00b5ad7dd033c4a19146e8171924d803840442 /src/ui
parentRemove unused variable and put well a constant (diff)
downloadinkscape-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.cpp2
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 "));