Charakter -> Gesinnung

Change-Id: I7f23f6cc93de080e1473794d460e04a96219da93
diff --git a/obj/tools/lupe.c b/obj/tools/lupe.c
index 4753d4d..58f6dca 100644
--- a/obj/tools/lupe.c
+++ b/obj/tools/lupe.c
@@ -1562,7 +1562,7 @@
     case MALE   : tmp2 = "maennlich" ; break ;
     default     : tmp2 = "boingisch" ; break ;
   }
-  printf("   Geschlecht : %s       Charakter : %-5d             Stufe : %-3d\n",
+  printf("   Geschlecht : %s       Gesinnung : %-5d             Stufe : %-3d\n",
 	 tmp2, ({int})ob->QueryProp(P_ALIGN), ({int})ob->QueryProp(P_LEVEL)) ;
   stats = ({mapping})ob->QueryProp(P_ATTRIBUTES) ;
 	if (!mappingp(stats)) stats=([]);
diff --git a/obj/tools/teller/t_cmds.c b/obj/tools/teller/t_cmds.c
index a5ed35a..a143891 100644
--- a/obj/tools/teller/t_cmds.c
+++ b/obj/tools/teller/t_cmds.c
@@ -297,7 +297,7 @@
     default     : gender = "neutrum    " ; break ;
   }
   printf(
-		"Geschlecht.: %s Charakter.: %11d (Magier)Stufe..: [%4s/%4d].\n", 
+		"Geschlecht.: %s Gesinnung.: %11d (Magier)Stufe..: [%4s/%4d].\n", 
     gender, obj->QueryProp(P_ALIGN),
 		player ? WizLevel(obj)+"" : "-", obj->QueryProp(P_LEVEL) );
 
diff --git a/std/player/base.c b/std/player/base.c
index 191098f..f156a14 100644
--- a/std/player/base.c
+++ b/std/player/base.c
@@ -1603,7 +1603,7 @@
     printf("Gilde ............ %-' '18s Gildenstufe ...... %d\n",
          capitalize(QueryProp(P_GUILD)), QueryProp(P_GUILD_LEVEL));
   }
-  printf("Erfahrung ........ %-' '18s Charakter ........ %-s\n\n",
+  printf("Erfahrung ........ %-' '18s Gesinnung ........ %-s\n\n",
          QueryProp(P_XP)+ " Punkte", al_to_title(QueryProp(P_ALIGN)));
   printf("%#-76.2s\n\n", tmp);
   printf("Gesundheit ....... %-3.3d %-' '14s Gift ............. %s\n",