summaryrefslogtreecommitdiffstats
path: root/src/selection-describer.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-07 12:55:42 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-07 12:55:42 +0000
commitc04b394168c108cb7053d7395244b72b30430d24 (patch)
treec99d89d9a81c812f37e3119e2fc4260379f29f30 /src/selection-describer.cpp
parentfinish helper paths and beter handle of fillet/chamfer overflow. Also make th... (diff)
parentEnable PDF/PS/EPS export for gradient mesh (bug #1363369) (diff)
downloadinkscape-c04b394168c108cb7053d7395244b72b30430d24.tar.gz
inkscape-c04b394168c108cb7053d7395244b72b30430d24.zip
update to trunk
(bzr r13645.1.36)
Diffstat (limited to 'src/selection-describer.cpp')
-rw-r--r--src/selection-describer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp
index f7814fd57..2386a731e 100644
--- a/src/selection-describer.cpp
+++ b/src/selection-describer.cpp
@@ -233,8 +233,8 @@ void SelectionDescriber::_updateMessageFromSelection(Inkscape::Selection *select
int n_terms = count_terms((GSList *)items);
gchar *objects_str = g_strdup_printf(ngettext(
- "<b>%i</b> objects selected of type %s",
- "<b>%i</b> objects selected of types %s", n_terms),
+ "<b>%1$i</b> objects selected of type %2$s",
+ "<b>%1$i</b> objects selected of types %2$s", n_terms),
objcount, terms);
g_free(terms);