summaryrefslogtreecommitdiffstats
path: root/src/dialogs/tiledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/tiledialog.cpp')
-rw-r--r--src/dialogs/tiledialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/tiledialog.cpp b/src/dialogs/tiledialog.cpp
index ed8e19a05..693426d2d 100644
--- a/src/dialogs/tiledialog.cpp
+++ b/src/dialogs/tiledialog.cpp
@@ -326,8 +326,8 @@ g_print("\n row = %f col = %f selection x= %f selection y = %f", total_row_h
NRRect b;
selection->bounds(&b);
- sp_document_done (sp_desktop_document (desktop), SP_VERB_NONE,
- /* TODO: annotate */ "tiledialog.cpp:330");
+ sp_document_done (sp_desktop_document (desktop), SP_VERB_SELECTION_GRIDTILE,
+ _("Arrange in a grid"));
}