Commit dd74f7d1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed minor stuff

parent cda8bbdb
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
/***************************************************************************** /*****************************************************************************
* Note: this code is partially based upon ../wxwindows/wizard.cpp and * Note: this code is partially based upon ../wxwidgets/wizard.cpp and
* ../wxwindows/streamdata.h; both written by Clment Stenac. * ../wxwidgets/streamdata.h; both written by Clment Stenac.
*****************************************************************************/ *****************************************************************************/
...@@ -338,7 +338,7 @@ static VLCWizard *_o_sharedInstance = nil; ...@@ -338,7 +338,7 @@ static VLCWizard *_o_sharedInstance = nil;
- (void)initStrings - (void)initStrings
{ {
/* localise all strings to the users lang */ /* localise all strings to the users lang */
/* method is called from intf.m (in method openWizard) */ /* method is called from intf.m (in method showWizard) */
/* general items */ /* general items */
[o_btn_backward setTitle: _NS("Back")]; [o_btn_backward setTitle: _NS("Back")];
......
...@@ -299,7 +299,7 @@ wxPanel *ExtraPanel::VideoPanel( wxWindow *parent ) ...@@ -299,7 +299,7 @@ wxPanel *ExtraPanel::VideoPanel( wxWindow *parent )
#endif #endif
wxStaticBox *filter_box = wxStaticBox *filter_box =
new wxStaticBox( panel, -1, wxU(_("Video Filters")) ); new wxStaticBox( panel, -1, wxU(_("Video filters")) );
wxStaticBoxSizer *filter_sizer = wxStaticBoxSizer *filter_sizer =
new wxStaticBoxSizer( filter_box, wxHORIZONTAL ); new wxStaticBoxSizer( filter_box, wxHORIZONTAL );
...@@ -1005,7 +1005,7 @@ void ExtraPanel::OnFiltersInfo(wxCommandEvent& event) ...@@ -1005,7 +1005,7 @@ void ExtraPanel::OnFiltersInfo(wxCommandEvent& event)
"You can then configure each filter.\n" "You can then configure each filter.\n"
"If you want fine control over the filters ( to choose " "If you want fine control over the filters ( to choose "
"the order in which they are applied ), you need to enter " "the order in which they are applied ), you need to enter "
"manually a filters string (Preferences / General / Video)." "manually a filters string (Preferences / Video / Filters)."
) ), ) ),
wxU( _("More information" ) ), wxOK | wxICON_INFORMATION, wxU( _("More information" ) ), wxOK | wxICON_INFORMATION,
this->p_parent ); this->p_parent );
......
...@@ -10253,7 +10253,7 @@ msgstr "Steuerung" ...@@ -10253,7 +10253,7 @@ msgstr "Steuerung"
#: modules/gui/macosx/intf.m:532 modules/gui/wxwidgets/extrapanel.cpp:1213 #: modules/gui/macosx/intf.m:532 modules/gui/wxwidgets/extrapanel.cpp:1213
msgid "Extended controls" msgid "Extended controls"
msgstr "Erweiterte Kontrollen" msgstr "Erweiterte Steuerung"
#: modules/gui/macosx/intf.m:534 modules/gui/macosx/intf.m:561 #: modules/gui/macosx/intf.m:534 modules/gui/macosx/intf.m:561
#: modules/gui/macosx/playlistinfo.m:202 #: modules/gui/macosx/playlistinfo.m:202
...@@ -11904,7 +11904,7 @@ msgstr "Bild justieren" ...@@ -11904,7 +11904,7 @@ msgstr "Bild justieren"
#: modules/gui/wxwidgets/extrapanel.cpp:223 #: modules/gui/wxwidgets/extrapanel.cpp:223
#: modules/gui/wxwidgets/extrapanel.cpp:483 #: modules/gui/wxwidgets/extrapanel.cpp:483
msgid "Restore Defaults" msgid "Restore Defaults"
msgstr "Standards wiederherstellen" msgstr "Standardwerte"
#: modules/gui/wxwidgets/extrapanel.cpp:241 #: modules/gui/wxwidgets/extrapanel.cpp:241
msgid "Saturation" msgid "Saturation"
......
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