Skip to content

Commit

Permalink
Do not round query times
Browse files Browse the repository at this point in the history
Signed-off-by: John Rayes <[email protected]>
  • Loading branch information
live627 committed Mar 27, 2024
1 parent cc18c07 commit ea762f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Languages/en_US/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -1136,12 +1136,12 @@
}.';
$txt['debug_query_in_line'] = 'in {file} on line {line}, ';
$txt['debug_query_which_took'] = '{0, plural,
one {which took # second}
other {which took # seconds}
one {which took {0, number, ::precision-unlimited} second}
other {which took {0, number, ::precision-unlimited} seconds}
}.';
$txt['debug_query_which_took_at'] = '{0, plural,
one {which took # second}
other {which took # seconds}
one {which took {0, number, ::precision-unlimited} second}
other {which took {0, number, ::precision-unlimited} seconds}
} at {1, number} into request.';
$txt['debug_show_queries'] = '[Show Queries]';
$txt['debug_hide_queries'] = '[Hide Queries]';
Expand Down

0 comments on commit ea762f5

Please sign in to comment.