diff options
author | monsta <[email protected]> | 2016-03-23 17:56:21 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-23 17:56:21 +0300 |
commit | a5e665cd418f9d370f63d24bf74c4d05556c9e5f (patch) | |
tree | 3766dc5574b604059e130034f96af208f5a6bb13 /mate-screenshot | |
parent | 62dec075534f7b2da5eee5e5b269b8803a056198 (diff) | |
download | mate-utils-a5e665cd418f9d370f63d24bf74c4d05556c9e5f.tar.bz2 mate-utils-a5e665cd418f9d370f63d24bf74c4d05556c9e5f.tar.xz |
screenshot: fix indent a bit
Diffstat (limited to 'mate-screenshot')
-rw-r--r-- | mate-screenshot/src/mate-screenshot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-screenshot/src/mate-screenshot.c b/mate-screenshot/src/mate-screenshot.c index 665e5576..c75020b1 100644 --- a/mate-screenshot/src/mate-screenshot.c +++ b/mate-screenshot/src/mate-screenshot.c @@ -951,8 +951,8 @@ build_uri (AsyncExistenceJob *job) 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. */ + * 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")); g_date_time_unref (d); |