diff options
author | Simon Rettberg | 2016-07-04 15:22:33 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-07-04 15:22:33 +0200 |
commit | fd4c51614a064e354e6650200379ebb1c16ab697 (patch) | |
tree | 88664375f0c2cdd1af281584093ab3d22129c97b /modules-available/locations | |
parent | [translation] Improve module list; move baseconfig hook to baseconfig_bwlp (diff) | |
download | slx-admin-fd4c51614a064e354e6650200379ebb1c16ab697.tar.gz slx-admin-fd4c51614a064e354e6650200379ebb1c16ab697.tar.xz slx-admin-fd4c51614a064e354e6650200379ebb1c16ab697.zip |
Update translations
Diffstat (limited to 'modules-available/locations')
-rw-r--r-- | modules-available/locations/page.inc.php | 2 |
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'); } |