From cae4d5eb6675af34dfee0f00aacf8c0f6ac5b404 Mon Sep 17 00:00:00 2001 From: dodgepong Date: Sat, 12 Jul 2014 21:37:19 -0700 Subject: [PATCH] Use better names for Linux screen capture sources --- build/data/obs-plugins/linux-xcomposite/locale/en-US.ini | 2 +- build/data/obs-plugins/linux-xshm/locale/en-US.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/data/obs-plugins/linux-xcomposite/locale/en-US.ini b/build/data/obs-plugins/linux-xcomposite/locale/en-US.ini index fb3acc32c..9c72d69e6 100644 --- a/build/data/obs-plugins/linux-xcomposite/locale/en-US.ini +++ b/build/data/obs-plugins/linux-xcomposite/locale/en-US.ini @@ -1,4 +1,4 @@ -XCCapture="Xcomposite Capture" +XCCapture="Window Capture (Xcomposite)" Window="Window" CropTop="Crop Top (pixels)" CropLeft="Crop Left (pixels)" diff --git a/build/data/obs-plugins/linux-xshm/locale/en-US.ini b/build/data/obs-plugins/linux-xshm/locale/en-US.ini index 07c0523f6..0ee157beb 100644 --- a/build/data/obs-plugins/linux-xshm/locale/en-US.ini +++ b/build/data/obs-plugins/linux-xshm/locale/en-US.ini @@ -1,3 +1,3 @@ -X11SharedMemoryScreenInput="X11 Shared Memory Screen Input" +X11SharedMemoryScreenInput="Screen Capture (XSHM)" Screen="Screen" CaptureCursor="Capture Cursor"