summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorGuiu Rocafort <neandertalspeople@gmail.com>2014-03-05 17:55:31 +0000
committerGuiu Rocafort <neandertalspeople@gmail.com>2014-03-05 17:55:31 +0000
commit2f732d93349881b4c8d4a0f9ee93ef5c9dd422dc (patch)
tree8998af65af0544ce2a92d71b82027607483a0ea3 /src/selection-chemistry.cpp
parenttranslations from spanish to english done, it might need a little review, but... (diff)
parentChange tooltip to one more explicit to make cusp nodes (diff)
downloadinkscape-2f732d93349881b4c8d4a0f9ee93ef5c9dd422dc.tar.gz
inkscape-2f732d93349881b4c8d4a0f9ee93ef5c9dd422dc.zip
completed merging
(bzr r11950.5.2)
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