mirror of https://github.com/odrling/Aegisub
Typo fix, updated pt_BR subtitles
Originally committed to SVN as r392.
This commit is contained in:
parent
359cc094fc
commit
f4d2572033
|
@ -83,7 +83,7 @@ wxPanel(parent,-1,wxDefaultPosition,wxDefaultSize,wxTAB_TRAVERSAL|wxBORDER_RAISE
|
|||
VolumeBar->PushEventHandler(new FocusEvent());
|
||||
VolumeBar->SetToolTip(_("Audio Volume"));
|
||||
VerticalLink = new ToggleBitmap(this,Audio_Vertical_Link,wxBITMAP(toggle_audio_link));
|
||||
VerticalLink->SetToolTip(_("Link vertical zoom and volxmlume sliders"));
|
||||
VerticalLink->SetToolTip(_("Link vertical zoom and volume sliders"));
|
||||
VerticalLink->SetValue(Options.AsBool(_T("Audio Link")));
|
||||
|
||||
// Display sizer
|
||||
|
|
|
@ -42,7 +42,7 @@ DialogFexTracker::DialogFexTracker(wxWindow *parent, FexTrackerConfig *_cfg)
|
|||
Static = new wxStaticText(StdWnd,-1,_("Number of points to track:"));
|
||||
Sizer->Add(Static,0,wxALIGN_LEFT,5);
|
||||
Sizer->Add(FeatureNumber,0,wxALIGN_LEFT,5);
|
||||
Static = new wxStaticText(StdWnd,-1,_("Minimal (sqared) distance between two points: "));
|
||||
Static = new wxStaticText(StdWnd,-1,_("Minimal (squared) distance between two points: "));
|
||||
Sizer->Add(Static,0,wxALIGN_LEFT,5);
|
||||
Sizer->Add(MinDistanceSquare,0,wxALIGN_LEFT,5);
|
||||
Static = new wxStaticText(StdWnd,-1,_("Maximum feature movement:"));
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue