Index: /mods/wpsg_mod_paypal.class.php
===================================================================
--- /mods/wpsg_mod_paypal.class.php	(revision 5691)
+++ /mods/wpsg_mod_paypal.class.php	(revision 5692)
@@ -710,5 +710,5 @@
 				
 			$amount = new \PayPal\Api\Amount();
-			$amount->setCurrency($this->shop->get_option('wpsg_currency'));
+			$amount->setCurrency($this->shop->get_option('wpsg_mod_paypal_currency'));
 			$amount->setTotal($oOrder->getAmount(WPSG_BRUTTO));
 			//$amount->setDetails($details);
@@ -904,5 +904,5 @@
 		
 			$amount = new \PayPal\Api\Amount();
-			$amount->setCurrency($this->shop->get_option('wpsg_currency'));
+			$amount->setCurrency($this->shop->get_option('wpsg_mod_paypal_currency'));
 			$amount->setTotal($oOrder->getAmount(WPSG_BRUTTO));
 				
Index: /views/warenkorb/checkout.phtml
===================================================================
--- /views/warenkorb/checkout.phtml	(revision 5691)
+++ /views/warenkorb/checkout.phtml	(revision 5692)
@@ -79,5 +79,5 @@
 			<?php /*Wenn Kunden eingeloggt, oder wenn Kunde nicht eingeloggt */ ?>
 			<?php if ($this->callMod('wpsg_mod_kundenverwaltung', 'isLoggedIn')) { ?>
-				<h2><?php echo __('Bitte überprüfen Sie Ihre Kundendaten','wpsg');?></h2>
+				<h2><?php echo __('Bitte ÃŒberprÃŒfen Sie Ihre Kundendaten','wpsg');?></h2>
 			<?php } else { ?>		
 				<h2><?php echo __('Bitte geben Sie Ihre Kundendaten ein', 'wpsg'); ?></h2>
