summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mate-screenshot/src/mate-screenshot.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mate-screenshot/src/mate-screenshot.c b/mate-screenshot/src/mate-screenshot.c
index c51bebee..b1fef7d6 100644
--- a/mate-screenshot/src/mate-screenshot.c
+++ b/mate-screenshot/src/mate-screenshot.c
@@ -967,10 +967,7 @@ build_uri (AsyncExistenceJob *job)
GDateTime *d;
d = g_date_time_new_now_local ();
- /* Translators: This is a strftime format string.
- * It is used to display the time in 24-hours format (eg, like
- * in France: 20:10) but using hyphens in place of colons. */
- timestamp = g_date_time_format (d, _("%Y-%m-%d %H-%M-%S"));
+ timestamp = g_date_time_format (d, "%Y-%m-%d %H-%M-%S");
g_date_time_unref (d);
if (job->iteration == 0)