From: Jérome Decoodt Date: Sat, 7 May 2005 16:34:25 +0000 (+0000) Subject: Typo X-Git-Tag: 0.8.2~312 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b471bc4dab74676818f3850b2652300fcb5cc1c5;p=vlc Typo --- diff --git a/modules/gui/macosx/prefs.m b/modules/gui/macosx/prefs.m index 40003b5181..5e38aa9e0f 100644 --- a/modules/gui/macosx/prefs.m +++ b/modules/gui/macosx/prefs.m @@ -669,7 +669,7 @@ fprintf( stderr, "%s (%d)", p_item->psz_name, p_item->i_type ); [o_label setBordered: NO]; [o_label setEditable: NO]; [o_label setSelectable: NO]; - [o_label setStringValue: _NS("Some options are available but" \ + [o_label setStringValue: _NS("Some options are available but " \ "hidden. Check \"Advanced\" to see them.")]; [o_label setFont:[NSFont systemFontOfSize:10]]; [o_label sizeToFit];