diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gst/totem-time-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gst/totem-time-helpers.c b/src/gst/totem-time-helpers.c index 75a1f7830..c6b3fb507 100644 --- a/src/gst/totem-time-helpers.c +++ b/src/gst/totem-time-helpers.c @@ -64,7 +64,7 @@ totem_time_to_string (gint64 msecs, if (hour > 0 || flags & TOTEM_TIME_FLAG_FORCE_HOUR) { if (!(flags & TOTEM_TIME_FLAG_REMAINING)) { /* hour:minutes:seconds */ - /* Translators: This is a time format, like "-9:05:02" for 9 + /* Translators: This is a time format, like "9:05:02" for 9 * hours, 5 minutes, and 2 seconds. You may change ":" to * the separator that your locale uses or use "%Id" instead * of "%d" if your locale uses localized digits. |