X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finterface%2Finteraction.c;h=633ea49c085a1a83b46e32a08dcdb5293313159f;hb=62557bbace8fcdafe2bdf620c8dcb757ac71120d;hp=6eab001827b4cff34d3edcbedf960dc8527f7f5c;hpb=62fae3a7cab589b5c87ea6de3e65b5f698a87c9b;p=vlc diff --git a/src/interface/interaction.c b/src/interface/interaction.c index 6eab001827..633ea49c08 100644 --- a/src/interface/interaction.c +++ b/src/interface/interaction.c @@ -276,7 +276,7 @@ int __intf_UserLoginPassword( vlc_object_t *p_this, p_new->i_type = INTERACT_DIALOG_TWOWAY; p_new->psz_title = strdup( psz_title ); p_new->psz_description = strdup( psz_description ); - p_new->psz_default_button = strdup( _("Ok" ) ); + p_new->psz_default_button = strdup( _("OK" ) ); p_new->psz_alternate_button = strdup( _("Cancel" ) ); p_new->i_flags = DIALOG_LOGIN_PW_OK_CANCEL;