summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-04 18:11:33 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-04 18:11:33 +0000
commit2923e07b5f57858ff9ab7e611376a7c5fab66739 (patch)
tree56e0062cd0599b0202770511ec6038bddfc5f9e4 /src/selection-chemistry.cpp
parentReduce a half the spiro distance to redraw (diff)
parentFix for W3C test suite test filters-light-02-f.svg. Marker refX and refY defi... (diff)
downloadinkscape-2923e07b5f57858ff9ab7e611376a7c5fab66739.tar.gz
inkscape-2923e07b5f57858ff9ab7e611376a7c5fab66739.zip
update to trunk
(bzr r11950.1.274)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 76be086a2..b3d9af910 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -1747,7 +1747,7 @@ void sp_selection_rotate_90(SPDesktop *desktop, bool ccw)
DocumentUndo::done(sp_desktop_document(desktop),
ccw ? SP_VERB_OBJECT_ROTATE_90_CCW : SP_VERB_OBJECT_ROTATE_90_CW,
- ccw ? _("Rotate 90&#176; CCW") : _("Rotate 90&#176; CW"));
+ ccw ? _("Rotate 90\xc2\xb0 CCW") : _("Rotate 90\xc2\xb0 CW"));
}
void