From 2ff48e43c8cb76af3aaaee9938535d5a93e57c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 9 Jan 2024 13:57:39 +0100 Subject: [PATCH] chore: Reorganize comment --- src/session/view/content/room_history/item_row.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/session/view/content/room_history/item_row.rs b/src/session/view/content/room_history/item_row.rs index 57803770..50e2b630 100644 --- a/src/session/view/content/room_history/item_row.rs +++ b/src/session/view/content/room_history/item_row.rs @@ -310,9 +310,9 @@ mod imp { gettext("%A, %B %-e") } else { // Translators: This is a date format in the day divider with the - // year. For ex. "Friday, May 5, - // 2023". Please use `-` before - // specifiers that add spaces on single digits. See `man strftime` or the documentation of g_date_time_format for the available specifiers: + // year. For ex. "Friday, May 5, 2023". + // Please use `-` before specifiers that add spaces on single + // digits. See `man strftime` or the documentation of g_date_time_format for the available specifiers: gettext("%A, %B %-e, %Y") };