]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/screen.c
* Fixed a few string errors
[vlc] / modules / access / screen / screen.c
index 30c5a05e1a6c7daa1e181baf57c4bff20b79a20c..f2e36ac56c7226f5c9219c51dd82ed9dda400d87 100644 (file)
@@ -43,7 +43,7 @@
     "Allows you to set the desired frame rate for the capture." )
 
 #ifdef WIN32
-#define FRAGS_TEXT N_("Capture fragement size")
+#define FRAGS_TEXT N_("Capture fragment size")
 #define FRAGS_LONGTEXT N_( \
     "Allows you optimize the capture by fragmenting the screen in chunks " \
     "of predefined height (16 might be a good value, and 0 means disabled)." )