]> git.sesse.net Git - vlc/commitdiff
No full point at end of configuration item short text
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 14 Feb 2010 22:01:16 +0000 (00:01 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 14 Feb 2010 22:01:48 +0000 (00:01 +0200)
modules/codec/fake.c
modules/control/http/http.c
modules/control/lirc.c
modules/demux/rawaud.c
modules/gui/qt4/qt4.cpp
modules/video_filter/blendbench.c
modules/video_output/fb.c
modules/video_output/omapfb.c
modules/video_output/yuv.c

index d286ecec2df68e0f6f062fedbd72e9e6cf177821..63d05ee6f3bc14bbe5cf36de2a7050b54ab411e7 100644 (file)
@@ -73,7 +73,7 @@ static int FakeCallback( vlc_object_t *, char const *,
 #define DEINTERLACE_MODULE_TEXT N_("Deinterlace module")
 #define DEINTERLACE_MODULE_LONGTEXT N_( \
     "Deinterlace module to use." )
-#define CHROMA_TEXT N_("Chroma used.")
+#define CHROMA_TEXT N_("Chroma used")
 #define CHROMA_LONGTEXT N_( \
     "Force use of a specific chroma for output. Default is I420." )
 
index 7232fae23e204e9a1270af9e83723974a71fb151..3694c2ce6a92853ee7782ad5d78ef1af05131c92 100644 (file)
@@ -50,7 +50,7 @@ static void Close( vlc_object_t * );
 #define HANDLERS_LONGTEXT N_( \
         "List of handler extensions and executable paths (for instance: " \
         "php=/usr/bin/php,pl=/usr/bin/perl)." )
-#define ART_TEXT N_( "Export album art as /art." )
+#define ART_TEXT N_( "Export album art as /art" )
 #define ART_LONGTEXT N_( \
         "Allow exporting album art for current playlist items at the " \
         "/art and /art?id=<id> URLs." )
index b3613e1ae415717c48f7338dd6107b80e1c2210b..5688c97ab106c2e64038f3d05faf42d113b62ff3 100644 (file)
@@ -43,7 +43,7 @@
 
 #include <lirc/lirc_client.h>
 
-#define LIRC_TEXT N_("Change the lirc configuration file.")
+#define LIRC_TEXT N_("Change the lirc configuration file")
 #define LIRC_LONGTEXT N_( \
     "Tell lirc to read this configuration file. By default it " \
     "searches in the users home directory." )
@@ -184,7 +184,7 @@ static void Process( intf_thread_t *p_intf )
                 if( i_key )
                     var_SetInteger( p_intf->p_libvlc, "key-action", i_key );
                 else
-                    msg_Err( p_intf, "Unknown hotkey '%s'.", c );
+                    msg_Err( p_intf, "Unknown hotkey '%s'", c );
             }
             else if( !strncmp( "menu ", c, 5)  )
             {
index f8f528916e5c719a541a384c7240fc3b7ef2aec2..b5a270b05384cdc403c7e85b02af5f968cc70da7 100644 (file)
@@ -50,7 +50,7 @@ static void Close( vlc_object_t * );
 #define FOURCC_LONGTEXT N_( \
     "FOURCC code of the raw input format. This is a four character string." )
 
-#define LANG_TEXT N_("Forces the audio language.")
+#define LANG_TEXT N_("Forces the audio language")
 #define LANG_LONGTEXT N_("Forces the audio language for the output mux. Three letter ISO639 code. Default is 'eng'. ")
 
 #ifdef WORDS_BIGENDIAN
index 821f5945a8e100d31762279217fe91b78427bdb8..24a3219fdf48d04adc55559a7f26ae1749069c47 100644 (file)
@@ -100,13 +100,13 @@ static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
 #define ADVANCED_OPTIONS_LONGTEXT N_( "Show all the advanced options " \
                                       "in the dialogs." )
 
-#define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1." )
+#define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1" )
 #define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
                              "for main interface, playlist and extended panel."\
                              " This option only works with Windows and " \
                              "X11 with composite extensions." )
 
-#define OPACITY_FS_TEXT N_( "Fullscreen controller opacity opacity between 0.1 and 1." )
+#define OPACITY_FS_TEXT N_( "Fullscreen controller opacity opacity between 0.1 and 1" )
 #define OPACITY_FS_LONGTEXT N_( "Sets the fullscreen controller opacity between 0.1 and 1 " \
                              "for main interface, playlist and extended panel."\
                              " This option only works with Windows and " \
index e432ea2e38bb0a54705290f91913d45fb43d3f96..263b404567a0846f4e152ffd9504dec2c6ff6288 100644 (file)
@@ -60,7 +60,7 @@ static picture_t *Filter( filter_t *, picture_t * );
 #define BASE_CHROMA_TEXT N_("Chroma for the base image")
 #define BASE_CHROMA_LONGTEXT N_("Chroma which the base image will be loaded in")
 
-#define BLEND_IMAGE_TEXT N_("Image which will be blended.")
+#define BLEND_IMAGE_TEXT N_("Image which will be blended")
 #define BLEND_IMAGE_LONGTEXT N_("The image blended onto the base image")
 
 #define BLEND_CHROMA_TEXT N_("Chroma for the blend image")
@@ -244,7 +244,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
     }
     time = mdate() - time;
 
-    msg_Info( p_filter, "Blended %d images in %f sec.", p_sys->i_loops,
+    msg_Info( p_filter, "Blended %d images in %f sec", p_sys->i_loops,
               time / 1000000.0f );
     msg_Info( p_filter, "Speed is: %f images/second, %f pixels/second",
               (float) p_sys->i_loops / time * 1000000,
index 1efb21b9342ea46f5e0a72f6bba49684b6e926a2..1426ad9babaa69eea8f0842656ceb7cb6c7dcfa6 100644 (file)
 #define DEVICE_LONGTEXT N_(\
     "Framebuffer device to use for rendering (usually /dev/fb0).")
 
-#define TTY_TEXT N_("Run fb on current tty.")
+#define TTY_TEXT N_("Run fb on current tty")
 #define TTY_LONGTEXT N_(\
     "Run framebuffer on current TTY device (default enabled). " \
     "(disable tty handling with caution)")
 
-#define FB_MODE_TEXT N_("Framebuffer resolution to use.")
+#define FB_MODE_TEXT N_("Framebuffer resolution to use")
 #define FB_MODE_LONGTEXT N_(\
     "Select the resolution for the framebuffer. Currently it supports " \
     "the values 0=QCIF 1=CIF 2=NTSC 3=PAL, 4=auto (default 4=auto)")
 
-#define HW_ACCEL_TEXT N_("Framebuffer uses hw acceleration.")
+#define HW_ACCEL_TEXT N_("Framebuffer uses hw acceleration")
 #define HW_ACCEL_LONGTEXT N_(\
     "If your framebuffer supports hardware acceleration or does double buffering " \
     "in hardware then you must disable this option. It then does double buffering " \
     "in software.")
 
-#define CHROMA_TEXT N_("Image format (default RGB).")
+#define CHROMA_TEXT N_("Image format (default RGB)")
 #define CHROMA_LONGTEXT N_("Chroma fourcc used by the framebuffer. Default is RGB since the fb device has no way to report its chroma.")
 
 static int  Open (vlc_object_t *);
@@ -190,12 +190,12 @@ static int Open(vlc_object_t *object)
 #if !defined(WIN32) &&  defined(HAVE_ISATTY)
     /* Check that stdin is a TTY */
     if (sys->is_tty && !isatty(0)) {
-        msg_Warn(vd, "fd 0 is not a TTY");
+        msg_Warn(vd, "standard input is not a TTY");
         free(sys);
         return VLC_EGENERIC;
     }
-    msg_Warn(vd, "disabling tty handling, use with caution because "
-                 "there is no way to return to the tty.");
+    msg_Warn(vd, "disabling TTY handling, use with caution because "
+                 "there is no way to return to the TTY");
 #endif
 
     const int mode = var_CreateGetInteger(vd, "fb-mode");
index 606d4ac50818b486741828c695bb7ab3b1b15ad3..9646cbdfba57a7c68e0febcc1a89780a9818be1d 100644 (file)
@@ -79,7 +79,7 @@ static void ToggleFullScreen ( vout_thread_t * );
 #define DEVICE_LONGTEXT N_( \
     "OMAP Framebuffer device to use for rendering (usually /dev/fb0).")
 
-#define CHROMA_TEXT N_("Chroma used.")
+#define CHROMA_TEXT N_("Chroma used")
 #define CHROMA_LONGTEXT N_( \
     "Force use of a specific chroma for output. Default is Y420 (specific to N770/N8xx hardware)." )
 
index c219070785f081fa22cc53dba19da9a0d63a8e8a..845e43bb1609e743fac00fb8127d7233d6f57cd3 100644 (file)
@@ -41,7 +41,7 @@
 #define YUV_FILE_TEXT N_("device, fifo or filename")
 #define YUV_FILE_LONGTEXT N_("device, fifo or filename to write yuv frames too.")
 
-#define CHROMA_TEXT N_("Chroma used.")
+#define CHROMA_TEXT N_("Chroma used")
 #define CHROMA_LONGTEXT N_(\
     "Force use of a specific chroma for output. Default is I420.")