diff --git a/src/common/gamecode/study.c b/src/common/gamecode/study.c
index f7bd35afb..ecf34c4ba 100644
--- a/src/common/gamecode/study.c
+++ b/src/common/gamecode/study.c
@@ -540,19 +540,19 @@ learn_cmd(unit * u, order * ord)
return 0;
}
if (SkillCap(sk) && SkillCap(sk) <= effskill(u, sk)) {
- cmistake(u, ord, 77, MSG_EVENT);
+ cmistake(u, ord, 771, MSG_EVENT);
return 0;
}
/* Hack: Talente mit Malus -99 können nicht gelernt werden */
if (u->race->bonus[sk] == -99) {
- cmistake(u, ord, 77, MSG_EVENT);
+ cmistake(u, ord, 771, MSG_EVENT);
return 0;
}
if (learn_newskills==0) {
skill * sv = get_skill(u, sk);
if (sv==NULL) {
/* we can only learn skills we already have */
- cmistake(u, ord, 77, MSG_EVENT);
+ cmistake(u, ord, 771, MSG_EVENT);
return 0;
}
}
diff --git a/src/res/messages.xml b/src/res/messages.xml
index cdf5d87ca..edc30e627 100644
--- a/src/res/messages.xml
+++ b/src/res/messages.xml
@@ -6070,7 +6070,6 @@
"$unit($unit) in $region($region): '$order($command)' - Ein Fluch verhindert die Übergabe."
- "$unit($unit) in $region($region): '$order($command)' - A curse prevented the transfer from happening."
"$unit($unit) in $region($region): '$order($command)' - A curse prevented the transfer from happening."
@@ -6080,9 +6079,17 @@
"$unit($unit) in $region($region): '$order($command)' - Dieses Talent wurde nicht erkannt."
- "$unit($unit) in $region($region): '$order($command)' - The skill could not be recognized."
"$unit($unit) in $region($region): '$order($command)' - The skill could not be recognized."
+
+
+
+
+
+
+ "$unit($unit) in $region($region): '$order($command)' - Dieses Talent kann die Einheit nicht lernen."
+ "$unit($unit) in $region($region): '$order($command)' - The unit cannot learn this skill."
+
@@ -6090,7 +6097,6 @@
"$unit($unit) in $region($region): '$order($command)' - Diesen Gegenstand kann man nicht benutzen."
- "$unit($unit) in $region($region): '$order($command)' - This item cannot be used."
"$unit($unit) in $region($region): '$order($command)' - This item cannot be used."
@@ -6100,7 +6106,6 @@
"$unit($unit) in $region($region): '$order($command)' - Die Einheit nimmt niemanden an."
- "$unit($unit) in $region($region): '$order($command)' - This unit does not take anybody."
"$unit($unit) in $region($region): '$order($command)' - This unit does not take anybody."
@@ -6110,7 +6115,6 @@
"$unit($unit) in $region($region): '$order($command)' - Eine hungernde Einheit kann niemanden weggeben."
- "$unit($unit) in $region($region): '$order($command)' - Hungry units cannot give anybody away."
"$unit($unit) in $region($region): '$order($command)' - Hungry units cannot give anybody away."
@@ -6120,7 +6124,6 @@
"$unit($unit) in $region($region): '$order($command)' - Diese Einheit kann niemanden weggeben."
- "$unit($unit) in $region($region): '$order($command)' - This unit cannot give anybody away."
"$unit($unit) in $region($region): '$order($command)' - This unit cannot give anybody away."
@@ -6153,7 +6156,6 @@
"$unit($unit) in $region($region): '$order($command)' - $unit($target) hat keinen Kontakt mit uns aufgenommen und widersteht dem Zauber."
- "$unit($unit) in $region($region): '$order($command)' - $unit($target) did not contact us, and resists the spell."
"$unit($unit) in $region($region): '$order($command)' - $unit($target) did not contact us, and resists the spell."
@@ -6164,7 +6166,6 @@
"$unit($unit) in $region($region): '$order($command)' - $unit($target) hat keinen Kontakt mit uns aufgenommen, aber widersteht dem Zauber nicht."
- "$unit($unit) in $region($region): '$order($command)' - $unit($target) did not contact us, but cannot resist the spell."
"$unit($unit) in $region($region): '$order($command)' - $unit($target) did not contact us, but cannot resist the spell."
@@ -6174,7 +6175,6 @@
"$unit($unit) in $region($region): '$order($command)' - Die Richtung wurde nicht erkannt."
- "$unit($unit) in $region($region): '$order($command)' - Direction was not recognized."
"$unit($unit) in $region($region): '$order($command)' - Direction was not recognized."
@@ -6185,7 +6185,6 @@
"$unit($unit) in $region($region): '$order($command)' - Die Richtung '$dirname' wurde nicht erkannt."
- "$unit($unit) in $region($region): '$order($command)' - Direction '$dirname' was not recognized."
"$unit($unit) in $region($region): '$order($command)' - Direction '$dirname' was not recognized."
@@ -6195,7 +6194,6 @@
"$unit($unit) in $region($region): '$order($command)' - Die Region wird von Nichtalliierten bewacht."
- "$unit($unit) in $region($region): '$order($command)' - This region is guarded by a non allied faction."
"$unit($unit) in $region($region): '$order($command)' - This region is guarded by a non allied faction."