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:
Carl Hetherington 2011-11-28 19:46:30 +00:00
parent 1a36890779
commit 23964284a4
9 changed files with 17 additions and 17 deletions

View file

@ -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 {