diff --git a/plug-ins/file-webp/file-webp-load.c b/plug-ins/file-webp/file-webp-load.c index a981f3418b..b8025869c5 100644 --- a/plug-ins/file-webp/file-webp-load.c +++ b/plug-ins/file-webp/file-webp-load.c @@ -224,7 +224,9 @@ load_image (GFile *file, goto error; } - name = g_strdup_printf (_("Frame %d (%dms)"), frame_num, iter.duration); + name = g_strdup_printf (_("Frame %d (%d%s)"), + frame_num, iter.duration, "ms"); + create_layer (image, outdata, 0, name, width, height); g_free (name);