--- de_stemmer/de_stemmer.module.orig	2011-06-28 12:10:46.000000000 +0200
+++ de_stemmer/de_stemmer.module	2011-07-11 21:21:21.026240700 +0200
@@ -78,7 +78,7 @@
  */
 function de_stemmer_menu() {
   $items = array();
-  $items['admin/settings/de_stemmer'] = array(
+  $items['admin/config/regional/de_stemmer'] = array(
     'title' => 'German stemmer',
     'description' => 'Search by word stemms',
     'page callback' => 'drupal_get_form',
--- de_stemmer/stemmer_api/stemmer_api.module.orig	2011-06-28 12:10:46.000000000 +0200
+++ de_stemmer/stemmer_api/stemmer_api.module	2011-07-11 21:20:26.130544700 +0200
@@ -8,7 +8,7 @@
  */
 function stemmer_api_menu() {
   $items = array();
-  $items['admin/settings/stemmer_api'] = array(
+  $items['admin/config/regional/stemmer_api'] = array(
     'title' => 'Stemmer API',
     'description' => 'Check and configure stemmers',
     'page callback' => 'drupal_get_form',
