Przeglądaj źródła

Clarified "restart"

Philipp Hagemeister 14 lat temu
rodzic
commit
eb6c37da43
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      youtube-dl

+ 1 - 1
youtube-dl

@@ -3428,7 +3428,7 @@ def updateSelf(downloader, filename):
 	except (IOError, OSError), err:
 	except (IOError, OSError), err:
 		sys.exit('ERROR: unable to overwrite current version')
 		sys.exit('ERROR: unable to overwrite current version')
 
 
-	downloader.to_screen('Updated youtube-dl. Restart to use the new version.')
+	downloader.to_screen('Updated youtube-dl. Restart youtube-dl to use the new version.')
 
 
 def parseOpts():
 def parseOpts():
 	# Deferred imports
 	# Deferred imports