summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-03-22 19:19:09 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-03-22 19:19:09 +0000
commitd622704efbe803d7e271bc41655dc4432a1d556e (patch)
tree7089850074cf5568beaf3375dcff87bc3c57d264 /share
parentUI. Fix for bug #962002 (<image> context menu item Edit externally… ignores... (diff)
downloadinkscape-d622704efbe803d7e271bc41655dc4432a1d556e.tar.gz
inkscape-d622704efbe803d7e271bc41655dc4432a1d556e.zip
UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are translatable) by Fernando Lucchesi.
Fixed bugs: - https://launchpad.net/bugs/666370 (bzr r11116)
Diffstat (limited to 'share')
-rw-r--r--share/ui/units.txt2
-rw-r--r--share/ui/units.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/ui/units.txt b/share/ui/units.txt
index a82cec529..55fd68577 100644
--- a/share/ui/units.txt
+++ b/share/ui/units.txt
@@ -13,7 +13,7 @@
centimeter centimeters cm LINEAR 35.43307 N Centimeters (10 mm/cm)
meter meters m LINEAR 3543.307 N Meters (100 cm/m)
foot feet ft LINEAR 1080 N Feet (12 in/ft)
- degree degrees deg RADIAL 1.00 Y Degrees
+ degree degrees ° RADIAL 1.00 Y Degrees
radian radians rad RADIAL 57.296 N Radians (57.296 deg/rad)
font-height font-heights em FONT_HEIGHT 1.00 Y Font height
x-height x-heights ex FONT_HEIGHT 0.50 N Height of letter 'x'
diff --git a/share/ui/units.xml b/share/ui/units.xml
index e4a07fe06..69d78565d 100644
--- a/share/ui/units.xml
+++ b/share/ui/units.xml
@@ -66,7 +66,7 @@
<unit type="RADIAL" pri="y">
<name>degree</name>
<plural>degrees</plural>
- <abbr>deg</abbr>
+ <abbr>°</abbr>
<factor>1.00</factor>
<description>Degrees</description>
</unit>