diff options
author | Johan Hansson <reply.johan@gmail.com> | 2020-03-22 12:00:21 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-22 12:01:59 -0700 |
commit | 438bac0f8f5e896ff48564c4246b611e20ec312e (patch) | |
tree | 1c02930c8fcedec5e484ef1bc00f8d683f8f5b56 /desktop-widgets | |
parent | eddd0e319724d0b61fd17c8d9b04a22d7c883b9a (diff) | |
download | subsurface-438bac0f8f5e896ff48564c4246b611e20ec312e.tar.gz |
Typo fix: Programm to program
Signed-off-by: Johan Hansson <reply.johan@gmail.com>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/preferences/preferences_media.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/preferences/preferences_media.ui b/desktop-widgets/preferences/preferences_media.ui index fbd142911..404a934b3 100644 --- a/desktop-widgets/preferences/preferences_media.ui +++ b/desktop-widgets/preferences/preferences_media.ui @@ -95,7 +95,7 @@ <bool>true</bool> </property> <property name="text"> - <string>One can view video files through thumbnail(s) in the Media tab, created using the external programm FFmpeg which needs to be installed on your machine. Check the checkbox below to allow this. Then, in the text box below, specify the path to FFmpeg. In Linux, a typical path is: /usr/bin/ffmpeg. If FFmpeg is installed in the system area of your computer, just type ffmpeg in the text box below. For more info see Appendix F of the User Manual.</string> + <string>One can view video files through thumbnail(s) in the Media tab, created using the external program FFmpeg which needs to be installed on your machine. Check the checkbox below to allow this. Then, in the text box below, specify the path to FFmpeg. In Linux, a typical path is: /usr/bin/ffmpeg. If FFmpeg is installed in the system area of your computer, just type ffmpeg in the text box below. For more info see Appendix F of the User Manual.</string> </property> </widget> </item> |