diff --git a/src/video/X11.cpp b/src/video/X11.cpp
index 311b6ca9d..60d2218cd 100644
--- a/src/video/X11.cpp
+++ b/src/video/X11.cpp
@@ -504,7 +504,7 @@ foundvisual:
     classhint.res_class="FreeCraft";
 
     XSetStandardProperties(TheDisplay,window
-	,"FreeCraft (formerly known as ALE Clone)"
+	,"FreeCraft"
 	,"FreeCraft",None,(char**)0,0,&hints);
     XSetClassHint(TheDisplay,window,&classhint);
     XSetWMHints(TheDisplay,window,&wmhints);
diff --git a/src/video/sdl.cpp b/src/video/sdl.cpp
index 5c2eb1fe2..ef30b25f4 100644
--- a/src/video/sdl.cpp
+++ b/src/video/sdl.cpp
@@ -175,7 +175,7 @@ global void InitVideoSdl(void)
 
 	// Set WindowManager Title
 
-	SDL_WM_SetCaption("FreeCraft (formerly known as ALE Clone)","FreeCraft");
+	SDL_WM_SetCaption("FreeCraft","FreeCraft");
     } else {
 	if( VideoBpp == 32 && VideoDepth == 24 ) {
 	    VideoDepth = 0;