summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar Dmitriy Simbiriatin <slpiv@mail.ru>2010-10-01 22:39:08 +0300
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-10-01 22:03:56 +0200
commitd98b221214754a1af4dab77f61f077c1640d035b (patch)
treed2e1d74a056c54e17ec42202632de699205abb38 /plugins/gtkui/trkproperties.c
parent2bb8b7df7ec684a76c9cd153f0b50722754614fb (diff)
ru.po update
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 6c50c848..d3c897fc 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -166,10 +166,10 @@ trkproperties_fill_metadata (void) {
GtkTreeIter iter;
gtk_list_store_clear (propstore);
gtk_list_store_append (propstore, &iter);
- gtk_list_store_set (propstore, &iter, 0, "Location", 1, track->fname, -1);
+ gtk_list_store_set (propstore, &iter, 0, _("Location"), 1, track->fname, -1);
gtk_list_store_append (propstore, &iter);
snprintf (temp, sizeof (temp), "%d", track->tracknum);
- gtk_list_store_set (propstore, &iter, 0, "Subtrack Index", 1, temp, -1);
+ gtk_list_store_set (propstore, &iter, 0, _("Subtrack Index"), 1, temp, -1);
gtk_list_store_append (propstore, &iter);
deadbeef->pl_format_time (deadbeef->pl_get_item_duration (track), temp, sizeof (temp));
gtk_list_store_set (propstore, &iter, 0, _("Duration"), 1, temp, -1);