summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/page.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locations/page.inc.php')
-rw-r--r--modules-available/locations/page.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locations/page.inc.php b/modules-available/locations/page.inc.php
index f747592f..02f33bb3 100644
--- a/modules-available/locations/page.inc.php
+++ b/modules-available/locations/page.inc.php
@@ -55,7 +55,7 @@ class Page_Locations extends Page
$count += $stmt->rowCount();
}
}
- Message::addSuccess('updated-x-entries', $count);
+ Message::addSuccess('subnets-updated', $count);
Util::redirect('?do=Locations');
}