diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-11-21 20:01:08 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-11-21 20:01:08 +0000 |
| commit | ae9a95983fa77b2c34898f7dc096caac916403dc (patch) | |
| tree | 8104c0762c78c3b6a6ec5df2e25c01fd990dac72 /src/ui/dialog/document-properties.cpp | |
| parent | Fixed a bug pointed by suv running from comand line, also removed another des... (diff) | |
| download | inkscape-ae9a95983fa77b2c34898f7dc096caac916403dc.tar.gz inkscape-ae9a95983fa77b2c34898f7dc096caac916403dc.zip | |
properly name the document units as "Document units" in the UI. The setting is not meant to mean "default units" although it seems to be treated as that *as well*.
(bzr r13744)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 6064c2a5e..e6dfee81d 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -114,7 +114,7 @@ DocumentProperties::DocumentProperties() _rcb_shad(_("_Show border shadow"), _("If set, page border shows a shadow on its right and lower side"), "inkscape:showpageshadow", _wr, false), _rcp_bg(_("Back_ground color:"), _("Background color"), _("Color of the page background. Note: transparency setting ignored while editing but used when exporting to bitmap."), "pagecolor", "inkscape:pageopacity", _wr), _rcp_bord(_("Border _color:"), _("Page border color"), _("Color of the page border"), "bordercolor", "borderopacity", _wr), - _rum_deflt(_("Default _units:"), "inkscape:document-units", _wr), + _rum_deflt(_("Document _units:"), "inkscape:document-units", _wr), _page_sizer(_wr), //--------------------------------------------------------------- //General snap options |
