Skip to content

Commit

Permalink
Updated translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 20, 2024
1 parent a90556e commit 8182d1f
Show file tree
Hide file tree
Showing 12 changed files with 1,852 additions and 2,039 deletions.
6 changes: 3 additions & 3 deletions src/lib/mrvWidgets/mrvSaveMovieOptionsUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -215,19 +215,19 @@ v->hide();}
callback {int value = o->value();

auto settings = mrv::App::app->settings();
settings->setValue("SaveMovie/Override", value);} selected
settings->setValue("SaveMovie/Override", value);}
tooltip {Select this to override all the parameters below.} xywh {129 20 78 22} down_box DOWN_BOX
}
Fl_Choice ColorRange {
label {Color Range}
callback {int value = o->value();

auto settings = mrv::App::app->settings();
settings->setValue("SaveMovie/Color Range", value);}
settings->setValue("SaveMovie/Color Range", value);} open
tooltip {FFMpeg's Color Range for the codec selected} xywh {130 60 170 29} down_box BORDER_BOX
} {
MenuItem {} {
label {TV (Legal Ramge)}
label {TV (Legal Range)} selected
xywh {0 0 100 20}
}
MenuItem {} {
Expand Down
Loading

0 comments on commit 8182d1f

Please sign in to comment.