diff options
Diffstat (limited to 'src/totem-properties-view.c')
-rw-r--r-- | src/totem-properties-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-properties-view.c b/src/totem-properties-view.c index 4ddf3e1e3..bf681c89b 100644 --- a/src/totem-properties-view.c +++ b/src/totem-properties-view.c @@ -187,7 +187,7 @@ update_video (TotemPropertiesView *props, width = gst_discoverer_video_info_get_width (info); height = gst_discoverer_video_info_get_height (info); - string = g_strdup_printf (N_("%d x %d"), width, height); + string = g_strdup_printf (N_("%d × %d"), width, height); bacon_video_widget_properties_set_label (props->priv->props, "dimensions", string); |