[Mapbender-commits] r4055 - branches/2.6/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 19 10:53:39 EDT 2009
Author: christoph
Date: 2009-06-19 10:53:39 -0400 (Fri, 19 Jun 2009)
New Revision: 4055
Modified:
branches/2.6/http/php/mod_digitize_messages.php
Log:
Modified: branches/2.6/http/php/mod_digitize_messages.php
===================================================================
--- branches/2.6/http/php/mod_digitize_messages.php 2009-06-19 14:53:03 UTC (rev 4054)
+++ branches/2.6/http/php/mod_digitize_messages.php 2009-06-19 14:53:39 UTC (rev 4055)
@@ -71,6 +71,7 @@
$msg_obj["buttonDig_wfs_title"] = _mb("save / update / delete");
$msg_obj["buttonDig_remove_title"] = _mb("remove from workspace");
$msg_obj["buttonDig_removeDb_title"] = _mb("remove from database");
+$msg_obj["buttonDig_clone_title"] = _mb("clone this geometry");
$msg_obj["closePolygon_title"] = _mb("click the first basepoint to close the polygon");
$msg_obj["measureTagLabelCurrent"] = _mb("Current: ");
$msg_obj["measureTagLabelTotal"] = _mb("Total: ");
@@ -81,4 +82,4 @@
header("Content-type:application/x-json; charset=utf-8");
echo $output;
-?>
\ No newline at end of file
+?>
More information about the Mapbender_commits
mailing list