[vlc-commits] Typo
Christophe Mutricy
git at videolan.org
Sat Dec 10 20:15:49 CET 2011
vlc/vlc-1.2 | branch: master | Christophe Mutricy <xtophe at chewa.net> | Fri Dec 9 23:43:51 2011 +0000| [f6b914e7ba269a920f9bbb16ce31c028a772a9b6] | committer: Jean-Baptiste Kempf
Typo
Spotted-by: Sveinn í Felli
(cherry picked from commit cb3798b8b8842e3de896a2863300b670c587d82c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=f6b914e7ba269a920f9bbb16ce31c028a772a9b6
---
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