diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-12-23 17:52:29 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-12-23 17:52:29 +0000 |
| commit | 94e5fe845bd66b66069df22c241867af20c6bcaf (patch) | |
| tree | 0508fc2d89f5a64f6d2cfbab08e473e9aba6718e /src/ui/dialog/transformation.cpp | |
| parent | Fix crash in cycle-selection (and restructure internals). (diff) | |
| download | inkscape-94e5fe845bd66b66069df22c241867af20c6bcaf.tar.gz inkscape-94e5fe845bd66b66069df22c241867af20c6bcaf.zip | |
Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs (Bug 170765)
(bzr r9981)
Diffstat (limited to 'src/ui/dialog/transformation.cpp')
| -rw-r--r-- | src/ui/dialog/transformation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/transformation.cpp b/src/ui/dialog/transformation.cpp index c895f0be9..8da9914bc 100644 --- a/src/ui/dialog/transformation.cpp +++ b/src/ui/dialog/transformation.cpp @@ -104,7 +104,7 @@ Transformation::Transformation() _scalar_transform_f ("_F:", _("Transformation matrix element F")), _check_move_relative (_("Rela_tive move"), _("Add the specified relative displacement to the current position; otherwise, edit the current absolute position directly")), - _check_scale_proportional (_("Scale proportionally"), _("Preserve the width/height ratio of the scaled objects")), + _check_scale_proportional (_("_Scale proportionally"), _("Preserve the width/height ratio of the scaled objects")), _check_apply_separately (_("Apply to each _object separately"), _("Apply the scale/rotate/skew to each selected object separately; otherwise, transform the selection as a whole")), _check_replace_matrix (_("Edit c_urrent matrix"), _("Edit the current transform= matrix; otherwise, post-multiply transform= by this matrix")) |
