Commit e97eae34 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

English

parent 328c8d60
...@@ -154,7 +154,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * ); ...@@ -154,7 +154,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
#define QT_MINIMAL_MODE_TEXT N_( "Minimal look with no menus" ) #define QT_MINIMAL_MODE_TEXT N_( "Minimal look with no menus" )
#define QT_FULLSCREEN_TEXT N_( "Show a controller in fullscreen mode" ) #define QT_FULLSCREEN_TEXT N_( "Show a controller in fullscreen mode" )
#define QT_NATIVEOPEN_TEXT N_( "Integrate the file browser in open dialog" ) #define QT_NATIVEOPEN_TEXT N_( "Embed the file browser in open dialog" )
/* Various modes definition */ /* Various modes definition */
static const int i_mode_list[] = static const int i_mode_list[] =
......
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
<item row="2" column="2" colspan="2"> <item row="2" column="2" colspan="2">
<widget class="QCheckBox" name="embedVideo"> <widget class="QCheckBox" name="embedVideo">
<property name="text"> <property name="text">
<string>Integrate video in interface</string> <string>Embed video in interface</string>
</property> </property>
</widget> </widget>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment