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

string rationalization (yeah, I know the KDE interface is not used)

parent 89ecd70e
......@@ -53,7 +53,7 @@
KPreferences::KPreferences(intf_thread_t *p_intf, const char *psz_module_name,
QWidget *parent, const QString &caption) :
KDialogBase ( TreeList, caption, Ok| Apply|Cancel|User1, Ok, parent,
_("vlc preferences"), true, false, i18n(_("&Save")) )
_("VLC preferences"), true, false, i18n(_("&Save")) )
{
module_t *p_parser = NULL;
vlc_list_t *p_list;
......
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