diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-11-11 21:49:01 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-11-11 21:49:01 +0000 |
| commit | 3b4d977a93e600af8ab14c7078878907dc839f3b (patch) | |
| tree | 4e6f9f672b4a08a682fc3e1a167ac1503bb0089a /src/ui | |
| parent | Fix filter editor update (diff) | |
| download | inkscape-3b4d977a93e600af8ab14c7078878907dc839f3b.tar.gz inkscape-3b4d977a93e600af8ab14c7078878907dc839f3b.zip | |
Add a make inkscape_pot to regen potfile
(bzr r15239)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/clonetiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/clonetiler.cpp b/src/ui/dialog/clonetiler.cpp index 8e9d3dbbf..3cdcf594a 100644 --- a/src/ui/dialog/clonetiler.cpp +++ b/src/ui/dialog/clonetiler.cpp @@ -936,7 +936,7 @@ CloneTiler::CloneTiler () : auto hb = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, VB_MARGIN); gtk_box_set_homogeneous(GTK_BOX(hb), FALSE); gtk_box_pack_start (GTK_BOX (mainbox), hb, FALSE, FALSE, 0); - GtkWidget *l = gtk_label_new(_("")); + GtkWidget *l = gtk_label_new(""); gtk_label_set_markup (GTK_LABEL(l), _("Apply to tiled clones:")); gtk_box_pack_start (GTK_BOX (hb), l, FALSE, FALSE, 0); } |
