mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Do not translate format strings
This commit is contained in:
parent
0a7e76d190
commit
ab1dc1faa0
@ -434,7 +434,7 @@ class Perfdata
|
|||||||
public function formatLabel($html = false)
|
public function formatLabel($html = false)
|
||||||
{
|
{
|
||||||
return sprintf(
|
return sprintf(
|
||||||
$html ? t('<b>%s %s</b> (%s%%)') : t('%s %s (%s%%)'),
|
$html ? '<b>%s %s</b> (%s%%)' : '%s %s (%s%%)',
|
||||||
htmlspecialchars($this->getLabel()),
|
htmlspecialchars($this->getLabel()),
|
||||||
$this->format($this->value),
|
$this->format($this->value),
|
||||||
number_format($this->getPercentage(), 2)
|
number_format($this->getPercentage(), 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user