mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Hopefully fix some i18n bugs (#3565).
git-svn-id: svn://localhost/ardour2/branches/3.0@10833 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1a36890779
commit
23964284a4
9 changed files with 17 additions and 17 deletions
|
|
@ -129,7 +129,7 @@ TimeFXDialog::TimeFXDialog (Editor& e, bool pitch)
|
|||
|
||||
table->attach (preserve_formants_button, 1, 3, 3, 4, Gtk::FILL, Gtk::EXPAND, 0, 0);
|
||||
|
||||
add_button (_("Shift"), Gtk::RESPONSE_ACCEPT);
|
||||
add_button (S_("Time|Shift"), Gtk::RESPONSE_ACCEPT);
|
||||
|
||||
upper_button_box.pack_start (*table, false, true);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue