diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-04 18:11:33 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-04 18:11:33 +0000 |
| commit | 2923e07b5f57858ff9ab7e611376a7c5fab66739 (patch) | |
| tree | 56e0062cd0599b0202770511ec6038bddfc5f9e4 /src/selection-chemistry.cpp | |
| parent | Reduce a half the spiro distance to redraw (diff) | |
| parent | Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY defi... (diff) | |
| download | inkscape-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.cpp | 2 |
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° CCW") : _("Rotate 90° CW")); + ccw ? _("Rotate 90\xc2\xb0 CCW") : _("Rotate 90\xc2\xb0 CW")); } void |
