dateMenu: Fix some tabs vs spaces
This commit is contained in:
parent
60b54c0052
commit
77de611ec7
@ -157,12 +157,12 @@ DateMenuButton.prototype = {
|
|||||||
switch (format) {
|
switch (format) {
|
||||||
case '24h':
|
case '24h':
|
||||||
if (showDate)
|
if (showDate)
|
||||||
/* Translators: This is the time format with date used
|
/* Translators: This is the time format with date used
|
||||||
in 24-hour mode. */
|
in 24-hour mode. */
|
||||||
clockFormat = showSeconds ? _("%a %b %e, %R:%S")
|
clockFormat = showSeconds ? _("%a %b %e, %R:%S")
|
||||||
: _("%a %b %e, %R");
|
: _("%a %b %e, %R");
|
||||||
else
|
else
|
||||||
/* Translators: This is the time format without date used
|
/* Translators: This is the time format without date used
|
||||||
in 24-hour mode. */
|
in 24-hour mode. */
|
||||||
clockFormat = showSeconds ? _("%a %R:%S")
|
clockFormat = showSeconds ? _("%a %R:%S")
|
||||||
: _("%a %R");
|
: _("%a %R");
|
||||||
@ -170,12 +170,12 @@ DateMenuButton.prototype = {
|
|||||||
case '12h':
|
case '12h':
|
||||||
default:
|
default:
|
||||||
if (showDate)
|
if (showDate)
|
||||||
/* Translators: This is a time format with date used
|
/* Translators: This is a time format with date used
|
||||||
for AM/PM. */
|
for AM/PM. */
|
||||||
clockFormat = showSeconds ? _("%a %b %e, %l:%M:%S %p")
|
clockFormat = showSeconds ? _("%a %b %e, %l:%M:%S %p")
|
||||||
: _("%a %b %e, %l:%M %p");
|
: _("%a %b %e, %l:%M %p");
|
||||||
else
|
else
|
||||||
/* Translators: This is a time format without date used
|
/* Translators: This is a time format without date used
|
||||||
for AM/PM. */
|
for AM/PM. */
|
||||||
clockFormat = showSeconds ? _("%a %l:%M:%S %p")
|
clockFormat = showSeconds ? _("%a %l:%M:%S %p")
|
||||||
: _("%a %l:%M %p");
|
: _("%a %l:%M %p");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user