diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2009-11-30 20:05:43 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2009-11-30 20:05:43 +0000 |
| commit | ce44c8bbdf0be872a572078874880af6540d3f4d (patch) | |
| tree | a2e5b9bba88c1a2492b19add72311e1a2dad07a6 /src | |
| parent | Merging in the changes from the 0.47 release branch. Also updating version n... (diff) | |
| download | inkscape-ce44c8bbdf0be872a572078874880af6540d3f4d.tar.gz inkscape-ce44c8bbdf0be872a572078874880af6540d3f4d.zip | |
Align and distribute tooltip string fix (Bug #442214
Fixed bugs:
- https://launchpad.net/bugs/442214
(bzr r8849)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/align-and-distribute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/align-and-distribute.cpp b/src/ui/dialog/align-and-distribute.cpp index a54f83758..024d4b2f1 100644 --- a/src/ui/dialog/align-and-distribute.cpp +++ b/src/ui/dialog/align-and-distribute.cpp @@ -807,7 +807,7 @@ AlignAndDistribute::AlignAndDistribute() _("Align left edges"), 0, 1); addAlignButton(INKSCAPE_ICON_ALIGN_HORIZONTAL_CENTER, - _("Center objects horizontally"), + _("Center on vertical axis"), 0, 2); addAlignButton(INKSCAPE_ICON_ALIGN_HORIZONTAL_RIGHT, _("Align right sides"), |
