mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
unlockDialog: Adjust date format
As per design feedback at FOSDEM, adjust the time format to not have a comma, nor padding. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
This commit is contained in:
parent
143cda628e
commit
d3cfb5801b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class UnlockDialogClock extends St.BoxLayout {
|
|||
let date = new Date();
|
||||
/* Translators: This is a time format for a date in
|
||||
long format */
|
||||
let dateFormat = Shell.util_translate_time_string(N_('%A, %B %d'));
|
||||
let dateFormat = Shell.util_translate_time_string(N_('%A %B %-d'));
|
||||
this._date.text = date.toLocaleFormat(dateFormat);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue