Commit 136fe6c2 authored by Cyril Deguet's avatar Cyril Deguet

* all: french translation for skin popup menu

parent 96120c20
...@@ -81,7 +81,7 @@ ThemeRepository::ThemeRepository( intf_thread_t *pIntf ): SkinObject( pIntf ) ...@@ -81,7 +81,7 @@ ThemeRepository::ThemeRepository( intf_thread_t *pIntf ): SkinObject( pIntf )
// Add an entry for the "open skin" dialog // Add an entry for the "open skin" dialog
val.psz_string = (char*)kOpenDialog; val.psz_string = (char*)kOpenDialog;
text.psz_string = "Open skin..."; text.psz_string = _("Open skin...");
var_Change( getIntf(), "intf-skins", VLC_VAR_ADDCHOICE, &val, var_Change( getIntf(), "intf-skins", VLC_VAR_ADDCHOICE, &val,
&text ); &text );
......
This diff is collapsed.
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