summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2014-03-04 13:04:57 +0000
committerJazzyNico <nicoduf@yahoo.fr>2014-03-04 13:04:57 +0000
commit927c9939330b056314097d5e20134428859e9a38 (patch)
tree954941f22c76a9f80ba79f3268cfc8e03809fcbc /src/selection-chemistry.cpp
parentFix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning. (diff)
downloadinkscape-927c9939330b056314097d5e20134428859e9a38.tar.gz
inkscape-927c9939330b056314097d5e20134428859e9a38.zip
UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description and degrees symbol as text).
Translations. POT file and French translation update. (bzr r13112)
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