Index: /mods/wpsg_mod_amazon.class.php
===================================================================
--- /mods/wpsg_mod_amazon.class.php	(revision 6066)
+++ /mods/wpsg_mod_amazon.class.php	(revision 6069)
@@ -27,5 +27,5 @@
 			parent::__construct();
 				
-			$this->name = __('AmazonPayment', 'wpsg');
+			$this->name = __('AmazonPay', 'wpsg');
 			$this->group = __('Zahlungsarten', 'wpsg');
 			$this->desc = __('ErmÃ¶glicht die Anmeldung / Zahlung mit Amazon.', 'wpsg');
@@ -38,5 +38,5 @@
 			$this->shop->checkDefault('wpsg_mod_amazon_aktiv', '1');
 			$this->shop->checkDefault('wpsg_mod_amazon_basket', '1');
-			$this->shop->checkDefault('wpsg_mod_amazon_name', __('AmazonPayment', 'wpsg'), false, true);
+			$this->shop->checkDefault('wpsg_mod_amazon_name', __('AmazonPay', 'wpsg'), false, true);
 			$this->shop->checkDefault('wpsg_mod_amazon_hint', __('Bezahlen Sie ihre Bestellung einfach mit ihrem Amazon Konto.', 'wpsg'), false, true);
 			$this->shop->checkDefault('wpsg_mod_amazon_subject', __('O%order_id% - K%kunde_id%', 'wpsg'), false, true);
Index: /views/mods/mod_amazon/order_done.phtml
===================================================================
--- /views/mods/mod_amazon/order_done.phtml	(revision 6066)
+++ /views/mods/mod_amazon/order_done.phtml	(revision 6069)
@@ -9,9 +9,9 @@
 <?php if ($this->view['wpsg_mod_amazon']['state'] === wpsg_mod_amazon::ORDER_DONE) { ?>
 
-<p><?php echo __('Zahlung wurde erfolgreich mit Amazon Payment abgewickelt.', 'wpsg'); ?></p>
+<p><?php echo __('Zahlung wurde erfolgreich mit AmazonPay abgewickelt.', 'wpsg'); ?></p>
 
 <?php } else if ($this->view['wpsg_mod_amazon']['state'] === wpsg_mod_amazon::ORDER_DONE_PAST) { ?>
 
-<p><?php echo __('Zahlung wurde bereits erfolgreich mit Amazon Payment abgewickelt.', 'wpsg'); ?></p>
+<p><?php echo __('Zahlung wurde bereits erfolgreich mit AmazonPay abgewickelt.', 'wpsg'); ?></p>
 
 <?php } else if ($this->view['wpsg_mod_amazon']['state'] === wpsg_mod_amazon::ORDER_DONE_START || $this->view['wpsg_mod_amazon']['state'] === wpsg_mod_amazon::ORDER_DONE_GO) { ?>
Index: /views/mods/mod_amazon/settings_edit.phtml
===================================================================
--- /views/mods/mod_amazon/settings_edit.phtml	(revision 6066)
+++ /views/mods/mod_amazon/settings_edit.phtml	(revision 6069)
@@ -2,5 +2,5 @@
 
 	/**
-	 * Einstellungen des Moduls "AmazonPayments"
+	 * Einstellungen des Moduls "AmazonPay"
 	 */
 
