diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-03-24 18:34:46 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-03-24 18:34:46 +0000 |
| commit | d8d7deae84586527cb981b7758c0632ea463e46d (patch) | |
| tree | c2e9c46217fc041dc879175941a76978bd8d26a0 /src | |
| parent | consistent capitalization (diff) | |
| download | inkscape-d8d7deae84586527cb981b7758c0632ea463e46d.tar.gz inkscape-d8d7deae84586527cb981b7758c0632ea463e46d.zip | |
correct labels
(bzr r7556)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/align-and-distribute.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/align-and-distribute.cpp b/src/ui/dialog/align-and-distribute.cpp index d8c4bc005..09fe89cff 100644 --- a/src/ui/dialog/align-and-distribute.cpp +++ b/src/ui/dialog/align-and-distribute.cpp @@ -909,8 +909,8 @@ AlignAndDistribute::AlignAndDistribute() _combo.append_text(_("Last selected")); _combo.append_text(_("First selected")); - _combo.append_text(_("Biggest item")); - _combo.append_text(_("Smallest item")); + _combo.append_text(_("Biggest object")); + _combo.append_text(_("Smallest object")); _combo.append_text(_("Page")); _combo.append_text(_("Drawing")); _combo.append_text(_("Selection")); |
