diff options
author | Simon Rettberg | 2018-03-21 11:30:29 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-03-21 11:30:29 +0100 |
commit | d5166e77fbb1dc034a421da868f9539fc455e490 (patch) | |
tree | f8be30ac1302051adcf19938bd10fea597626ff2 /modules-available/statistics | |
parent | [vmstore] Add fields to specify mount options (diff) | |
download | slx-admin-d5166e77fbb1dc034a421da868f9539fc455e490.tar.gz slx-admin-d5166e77fbb1dc034a421da868f9539fc455e490.tar.xz slx-admin-d5166e77fbb1dc034a421da868f9539fc455e490.zip |
Update translations
Diffstat (limited to 'modules-available/statistics')
-rw-r--r-- | modules-available/statistics/page.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/page.inc.php b/modules-available/statistics/page.inc.php index 3baac190..60743fb6 100644 --- a/modules-available/statistics/page.inc.php +++ b/modules-available/statistics/page.inc.php @@ -227,7 +227,7 @@ class Page_Statistics extends Page if (in_array($row['locationid'], $allowedLocations)) { $delete[] = $row['machineuuid']; } else { - Message::addError('no-permission-location', $row['locationid']); + Message::addError('locations.no-permission-location', $row['locationid']); } } if (!empty($delete)) { |