summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-17 21:38:43 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-17 22:42:23 +0100
commitfb8cd3f4e5d9b96ccf01440dd40a026be64ef51a (patch)
tree27420de6ba8aa28b0823977685b97e128917b5d4 /src
parentcbc3b4fca2f0df5f9688e4646c7600a472b9e738 (diff)
downloadtotem-fb8cd3f4e5d9b96ccf01440dd40a026be64ef51a.tar.gz
gst: Fix translator comment
Diffstat (limited to 'src')
-rw-r--r--src/gst/totem-time-helpers.c2
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.