diff options
| author | Denis Declara <declara91@gmail.com> | 2012-03-26 15:59:00 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-03-26 15:59:00 +0000 |
| commit | 8874f80dd60361ed721554497862ce3a6fb5ea8e (patch) | |
| tree | fe114b3559c430d1a90f073a3458f4bd1c6d2285 /share | |
| parent | Added anchor-selection widget, it doesn't do much at the moment, next step wi... (diff) | |
| parent | powerstroke: spiro join: more robust detection of tangent direction. fixes in... (diff) | |
| download | inkscape-8874f80dd60361ed721554497862ce3a6fb5ea8e.tar.gz inkscape-8874f80dd60361ed721554497862ce3a6fb5ea8e.zip | |
Trunk merge
(bzr r11073.1.4)
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/units.txt | 2 | ||||
| -rw-r--r-- | share/ui/units.xml | 2 |
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> |
