diff --git a/src/gui_handler.cpp b/src/gui_handler.cpp
index 39c1f378a25dab6b0a6922c935585137e4d84457..e3bad0af34130990600fac5e4f8b94dcac517800 100644
--- a/src/gui_handler.cpp
+++ b/src/gui_handler.cpp
@@ -628,7 +628,7 @@ void GuiHandler::draw_gui_ft_(Toolbox& tb) {
 	//RESET and START / STOPP
 	ImGui::Dummy(ImVec2(space_left_normal, 0));
 	ImGui::SameLine();
-	if (ImGui::Button("RESET", ImVec2(button_width, button_height))) {
+	if (ImGui::Button("NEUSTART", ImVec2(button_width, button_height))) {
 		/*If any of this changes, then also change TimeoutHandler::update!*/
 		tb.source_frequency = 5.f; /*TODO: If initial frequency changes, this must be adapted*/
 		tb.g_state = static_cast<int>(GSTATE::RUN);