diff --git a/tasks/main.yml b/tasks/main.yml
index fb12522e42bcd49f086bdc3396d240de43604c90..216b7662fe13a6034d6111a4daea1c86d9a91572 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -7,4 +7,4 @@
   raw: pacman --needed --noconfirm -S {{ item }}
   with_items: '{{ ansible_prerequirements_packages }}'
   register: command_res
-  changed_when: "'Es gibt nichts zu tun' not in command_res.stdout"
+  changed_when: "'there is nothing to do' not in command_res.stdout"