Index: /changelog
===================================================================
--- /changelog	(revision 6601)
+++ /changelog	(revision 6602)
@@ -10,2 +10,6 @@
  - Feature - Vorkasse - QR-Code im Bestellablauf integriert
  - Feature - Modul Bestellupload realisiert - ermÃ¶glicht Upload von Dateien innerhalb des Bestellablaufs
+
+
+#4.0.0
+- Bug - Rechtschreibfehler
Index: /mods/wpsg_mod_fuellmenge.class.php
===================================================================
--- /mods/wpsg_mod_fuellmenge.class.php	(revision 6601)
+++ /mods/wpsg_mod_fuellmenge.class.php	(revision 6602)
@@ -98,5 +98,5 @@
 			
 				$product_content['wpsg_mod_fuellmenge'] = array(
-					'title' => __('Bestand / MaÃe', 'wpsg'),
+					'title' => __('FÃŒllmenge', 'wpsg'),
 					'content' => $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_fuellmenge/produkt_edit_sidebar.phtml', false)
 				);
Index: /mods/wpsg_mod_weight.class.php
===================================================================
--- /mods/wpsg_mod_weight.class.php	(revision 6601)
+++ /mods/wpsg_mod_weight.class.php	(revision 6602)
@@ -154,5 +154,5 @@
 
 				$this->shop->view['arSubAction']['stock'] = array(
-					'title' => __('Bestand / MaÃe', 'wpsg'),
+					'title' => __('Produktgewicht', 'wpsg'),
 					'content' => ''
 				);
Index: /views/order/view.phtml
===================================================================
--- /views/order/view.phtml	(revision 6601)
+++ /views/order/view.phtml	(revision 6602)
@@ -16,5 +16,5 @@
 				<ul class="nav navbar-nav">
 					<li role="presentation" class="active <?php echo ((!isset($_REQUEST['action']))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order"><?php echo __("BestellÃŒbersicht", "wpsg"); ?></a></li>
-					<li role="presentation" class="wpsg_showhide_filter active"><a onclick="return false;"><?php echo __("Bestellansicht", "wpsg"); ?></a></li>
+					<li role="presentation" class="wpsg_showhide_filter active"><a onclick="return false;"><?php echo __("Bestellansicht (Detail)", "wpsg"); ?></a></li>
 				</ul>
 				<ul class="nav navbar-nav navbar-right">
Index: /views/warenkorb/basket.phtml
===================================================================
--- /views/warenkorb/basket.phtml	(revision 6601)
+++ /views/warenkorb/basket.phtml	(revision 6602)
@@ -77,5 +77,5 @@
 						<?php } ?>
 
-						<a class="wpsg_basket_removelink" href="<?php echo $this->getRemoveLinkURL($product_data['product_index']); ?>" title="<?php echo __('Produkt aus dem Warenkorb entfernen', 'wpsg'); ?>" onclick="return confirm('<?php echo __('Sind Sie sich sicher, dass sie das Produkt aus dem Warenkorb entfernen mÃ¶chten?', 'wpsg'); ?>');">
+						<a class="wpsg_basket_removelink" href="<?php echo $this->getRemoveLinkURL($product_data['product_index']); ?>" title="<?php echo __('Produkt aus dem Warenkorb entfernen', 'wpsg'); ?>" onclick="return confirm('<?php echo __('Sind Sie sich sicher, dass Sie das Produkt aus dem Warenkorb entfernen mÃ¶chten?', 'wpsg'); ?>');">
 							<!-- <img src="<?php echo WPSG_URL; ?>views/gfx/bin_x.png" alt="<?php echo __('LÃ¶schen', 'wpsg'); ?>" /> -->
 							<span class="glyphicon glyphicon-trash"></span>
