Merge branch 'patch-1' into 'master'

Remove a "-" from comment

See merge request GNOME/gtk!1770
This commit is contained in:
Emmanuele Bassi 2020-04-26 21:42:10 +00:00
commit 62d98ac60c

View File

@ -90,7 +90,7 @@ totem_time_to_string (gint64 usecs,
if (hour > 0 || force_hour) {
if (!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.