From 8fb55282007c5f68ea58220eb3b7d085f36d11c7 Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 1 Apr 2011 20:14:09 +0200 Subject: don't show "multiple items" in track properties in 2nd page --- plugins/gtkui/trkproperties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c index 4ea85c18..0a978661 100644 --- a/plugins/gtkui/trkproperties.c +++ b/plugins/gtkui/trkproperties.c @@ -257,7 +257,7 @@ static const char *hc_props[] = { void add_field (GtkListStore *store, const char *key, const char *title, int is_prop) { // get value to edit - const char *mult = _("[Multiple values] "); + const char *mult = is_prop ? "" : _("[Multiple values] "); char val[1000]; size_t ml = strlen (mult); memcpy (val, mult, ml+1); -- cgit v1.2.3