diff --git a/res/core/messages.xml b/res/core/messages.xml
index 16396b77c..ddd17856c 100644
--- a/res/core/messages.xml
+++ b/res/core/messages.xml
@@ -3156,7 +3156,7 @@
"Der Vulkan in $region($regionv) bricht aus. Die Lavamassen verwüsten $region($regionn)."
- "The volcano in $region($regionv) erupts. The lava devastates $region($region)."
+ "The volcano in $region($regionv) erupts. The lava devastates $region($regionn)."
@@ -3461,16 +3461,16 @@
- "$unit($spy) gelang es, Informationen über $unit($target) herauszubekommen: Kampfstatus $status."
- "$unit($spy) managed to gather information about $unit($target): combat status ($status)."
+ "$unit($spy) gelang es, Informationen über $unit($target) herauszubekommen: Kampfstatus ${status}."
+ "$unit($spy) managed to gather information about $unit($target): combat status ${status}."
- "$unit($target) ist ein $type-Magier."
- "$unit($target) is a $type-magician"
+ "$unit($target) ist ein ${type}-Magier."
+ "$unit($target) is a ${type}-magician"
diff --git a/src/buildno.h b/src/buildno.h
index decff2fd0..be62c19a5 100644
--- a/src/buildno.h
+++ b/src/buildno.h
@@ -1,3 +1,3 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 4
-#define VERSION_BUILD 4
+#define VERSION_BUILD 5