diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-01-30 03:39:44 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-01-30 03:39:44 +0000 |
| commit | 5a9ef00a56180e57df982ef0636795d6349448b4 (patch) | |
| tree | a1fdb6ff1ac5773ace2611957aa144d716145f55 /src/dialogs | |
| parent | * don't strech buttons on lpe dialog when resizing the dialog (diff) | |
| download | inkscape-5a9ef00a56180e57df982ef0636795d6349448b4.tar.gz inkscape-5a9ef00a56180e57df982ef0636795d6349448b4.zip | |
rename grid arrange to rows and columns
(bzr r4617)
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/tiledialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/tiledialog.cpp b/src/dialogs/tiledialog.cpp index 3ea423b5b..e851ed8ed 100644 --- a/src/dialogs/tiledialog.cpp +++ b/src/dialogs/tiledialog.cpp @@ -862,7 +862,7 @@ TileDialog::TileDialog() SizesHBox.set_sensitive (ManualSpacing); //## The OK button - TileOkButton = addResponseButton(Gtk::Stock::APPLY, GTK_RESPONSE_APPLY); + TileOkButton = addResponseButton(_("Arrange"), GTK_RESPONSE_APPLY); tips.set_tip((*TileOkButton), _("Arrange selected objects")); show_all_children(); |
