summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-07-04 15:22:33 +0200
committerSimon Rettberg2016-07-04 15:22:33 +0200
commitfd4c51614a064e354e6650200379ebb1c16ab697 (patch)
tree88664375f0c2cdd1af281584093ab3d22129c97b /modules-available/locations/page.inc.php
parent[translation] Improve module list; move baseconfig hook to baseconfig_bwlp (diff)
downloadslx-admin-fd4c51614a064e354e6650200379ebb1c16ab697.tar.gz
slx-admin-fd4c51614a064e354e6650200379ebb1c16ab697.tar.xz
slx-admin-fd4c51614a064e354e6650200379ebb1c16ab697.zip
Update translations
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');
}