diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-21 11:26:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-21 11:33:14 -0300 |
commit | d5442d3836d6db5df5c0df6cd8aff8bd0ee3db7b (patch) | |
tree | 2dc9fc5e8bc9109d86b502f3c57f1174636c5d20 /src/v4l.c | |
parent | 8244a8254089dd83c0f6f338bdcc68c9e52dc069 (diff) |
Refresh translation files after the recent changes
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'src/v4l.c')
-rw-r--r-- | src/v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ int camera_cap(cam_t *cam) } if (!(vid_cap.device_caps & V4L2_CAP_VIDEO_CAPTURE)) { - msg = g_strdup_printf(_("Device %s is not a video capture device)."), + msg = g_strdup_printf(_("Device %s is not a video capture device."), cam->video_dev); error_dialog(msg); g_free(msg); |