diff help/help_mp-en.h @ 36374:cd83754e4f3a

vo jpeg, png, pnm: Make output directory message less confusing The current message is rather irritating and could be easily misread as an error.
author al
date Wed, 16 Oct 2013 18:56:16 +0000
parents 56f576e4a49d
children 28ea255e40ce
line wrap: on
line diff
--- a/help/help_mp-en.h	Wed Oct 16 17:47:16 2013 +0000
+++ b/help/help_mp-en.h	Wed Oct 16 18:56:16 2013 +0000
@@ -892,10 +892,10 @@
                 "Try appending the scale filter to your filter list,\n"\
                 "e.g. -vf spp,scale instead of -vf spp.\n"
 #define MSGTR_VO_GenericError "This error has occurred"
+#define MSGTR_VO_OutputDirectory "output directory"
 #define MSGTR_VO_UnableToAccess "Unable to access"
 #define MSGTR_VO_ExistsButNoDirectory "already exists, but is not a directory."
 #define MSGTR_VO_DirExistsButNotWritable "Output directory already exists, but is not writable."
-#define MSGTR_VO_DirExistsAndIsWritable "Output directory already exists and is writable."
 #define MSGTR_VO_CantCreateDirectory "Unable to create output directory."
 #define MSGTR_VO_CantCreateFile "Unable to create output file."
 #define MSGTR_VO_DirectoryCreateSuccess "Output directory successfully created."