aboutsummaryrefslogtreecommitdiffstats
path: root/include/dblayer/functions_pgsql.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/dblayer/functions_pgsql.inc.php')
-rw-r--r--include/dblayer/functions_pgsql.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dblayer/functions_pgsql.inc.php b/include/dblayer/functions_pgsql.inc.php
index fc86af083..d40554699 100644
--- a/include/dblayer/functions_pgsql.inc.php
+++ b/include/dblayer/functions_pgsql.inc.php
@@ -422,7 +422,7 @@ WHERE tablename like \''.$prefixeTable.'%\'';
pwg_query($query);
}
array_push($page['infos'],
- l10n('Optimizations completed')
+ l10n('All optimizations have been successfully completed.')
);
}