[vlc-commits] Typo
Christophe Mutricy
git at videolan.org
Sat Dec 10 00:44:53 CET 2011
vlc | branch: master | Christophe Mutricy <xtophe at chewa.net> | Fri Dec 9 23:43:51 2011 +0000| [cb3798b8b8842e3de896a2863300b670c587d82c] | committer: Christophe Mutricy
Typo
Spotted-by: Sveinn í Felli
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb3798b8b8842e3de896a2863300b670c587d82c
---
modules/gui/macosx/open.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 29d0706..5c5fb0c 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -304,7 +304,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
[o_file_sub_path_fld setStringValue: @""];
[o_file_sub_btn_settings setTitle: _NS("Choose...")];
[o_file_sub_btn_browse setTitle: _NS("Browse...")];
- [o_file_sub_override setTitle: _NS("Override parametters")];
+ [o_file_sub_override setTitle: _NS("Override parameters")];
[o_file_sub_delay_lbl setStringValue: _NS("Delay")];
[o_file_sub_delay_stp setEnabled: NO];
[o_file_sub_fps_lbl setStringValue: _NS("FPS")];
More information about the vlc-commits
mailing list