Index: /extensions/Copyrights/main.inc.php
===================================================================
--- /extensions/Copyrights/main.inc.php	(revision 11656)
+++ /extensions/Copyrights/main.inc.php	(revision 11836)
@@ -5,5 +5,5 @@
 Description: Create copyrights and assign them to your photos.
 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=537
-Author: Mattias & J.Commelin (dwo)
+Author: Mattias & J.Commelin (Deltaworks Online Foundation) <www.deltaworks.org>
 Author URI: http://www.watergallery.nl/piwigo/plugins/copyrights/
 */
Index: /extensions/Copyrights/language/en_UK/plugin.lang.php
===================================================================
--- /extensions/Copyrights/language/en_UK/plugin.lang.php	(revision 11675)
+++ /extensions/Copyrights/language/en_UK/plugin.lang.php	(revision 11836)
@@ -9,4 +9,5 @@
 $lang['Visible'] = 'Visible';
 $lang['This copyright already exists.'] = 'This copyright already exists.';
+$lang['Set copyright'] = 'Set copyright';
 
 ?>
Index: /extensions/Copyrights/language/nl_NL/plugin.lang.php
===================================================================
--- /extensions/Copyrights/language/nl_NL/plugin.lang.php	(revision 11675)
+++ /extensions/Copyrights/language/nl_NL/plugin.lang.php	(revision 11836)
@@ -9,4 +9,5 @@
 $lang['Visible'] = 'Zichtbaar';
 $lang['This copyright already exists.'] = 'Deze copyright bestaat al.';
+$lang['Set copyright'] = 'Stel copyright in';
 
 ?>
Index: /extensions/Copyrights/TODO
===================================================================
--- /extensions/Copyrights/TODO	(revision 11777)
+++ /extensions/Copyrights/TODO	(revision 11836)
@@ -7,6 +7,3 @@
 === Bugs ===
 -	We don't check if the CR url has 'http://' (or is this a TODO?)
-- In Global Mode of the BM, the action is called 'Edit copyright', this should
-  be 'Assign copyright' to avoid confusion.
-- Change (dwo) into (Deltaworks Online Foundation) <www.deltaworks.org>
 - Maybe: Cancel buttons in Admin Panel
Index: /extensions/Copyrights/batch_global.php
===================================================================
--- /extensions/Copyrights/batch_global.php	(revision 11794)
+++ /extensions/Copyrights/batch_global.php	(revision 11836)
@@ -34,5 +34,5 @@
 	$template->append('element_set_global_plugins_actions', array(
 		'ID' => 'copyrights',				// ID of the batch manager action
-		'NAME' => l10n('Edit copyright'),	// Description of the batch manager action
+		'NAME' => l10n('Set copyright'),	// Description of the batch manager action
 		'CONTENT' => $template->parse('CR_batch_global', true)
 		)
