Skip to content

Fix typos in gtk2_ardour #970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gtk2_ardour/configuration_metadata.inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ UIConfiguration::build_metadata ()
VAR_META (X_("buggy-gradients"), _("appearance"), _("bugs"), _("tweaks"), _("kwirks"), NULL);
VAR_META (X_("check-announcements"), _("check"), _("announcements"), _("phone"), _("home"), NULL);
VAR_META (X_("clock-display-limit"), _("clock"), _("display"), _("limit"), _("length"), _("maximum"), _("duration"), NULL);
VAR_META (X_("color-file"), _("theme"), _("colors"), _("appearance"), _("style"), _("themeing"), NULL);
VAR_META (X_("color-regions-using-track-color"), _("theme"), _("colors"), _("appearance"), _("style"), _("themeing"), NULL);
VAR_META (X_("color-file"), _("theme"), _("colors"), _("appearance"), _("style"), _("theming"), NULL);
VAR_META (X_("color-regions-using-track-color"), _("theme"), _("colors"), _("appearance"), _("style"), _("theming"), NULL);
VAR_META (X_("default-bindings"), _("shortcuts"), _("keys"), _("keybindings"), _("bindings"), NULL);
VAR_META (X_("default-lower-midi-note"), _("MIDI"), _("low"), _("lowest"), _("lower"), NULL);
VAR_META (X_("default-narrow_ms"), _("appearance"), _("width"), _("mixer"), NULL);
Expand Down
4 changes: 2 additions & 2 deletions gtk2_ardour/public_editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ class PublicEditor : public EditingContext, public ArdourWidgets::Tabbable
/** Open stem export dialog */
virtual void stem_export () = 0;

/** Open export dialog with current selection pre-selected */
/** Open export dialog with current selection preselected */
virtual void export_selection () = 0;

/** Open export dialog with current range pre-selected */
/** Open export dialog with current range preselected */
virtual void export_range () = 0;

/** Open Simple Export Dialog */
Expand Down