A little gentle copy-editing of dialogue titles.

git-svn-id: svn://localhost/ardour2/branches/3.0@7024 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-30 00:16:45 +00:00
parent 73b67f16d4
commit 115c4a7b54
7 changed files with 8 additions and 8 deletions

View file

@ -36,7 +36,7 @@ using namespace PBD;
using namespace ARDOUR; using namespace ARDOUR;
AddMidiCCTrackDialog::AddMidiCCTrackDialog () AddMidiCCTrackDialog::AddMidiCCTrackDialog ()
: Dialog (_("ardour: add midi controller track")) : Dialog (_("Add MIDI Controller Track"))
, _chan_adjustment (1, 1, 16, 1, 8, 8) , _chan_adjustment (1, 1, 16, 1, 8, 8)
, _chan_spinner (_chan_adjustment) , _chan_spinner (_chan_adjustment)
, _cc_num_adjustment (1, 1, 128, 1, 10, 10) , _cc_num_adjustment (1, 1, 128, 1, 10, 10)

View file

@ -779,7 +779,7 @@ If you still wish to quit, please use the\n\n\
int int
ARDOUR_UI::ask_about_saving_session (const string & what) ARDOUR_UI::ask_about_saving_session (const string & what)
{ {
ArdourDialog window (_("ardour: save session?")); ArdourDialog window (_("Unsaved Session"));
Gtk::HBox dhbox; // the hbox for the image and text Gtk::HBox dhbox; // the hbox for the image and text
Gtk::Label prompt_label; Gtk::Label prompt_label;
Gtk::Image* dimage = manage (new Gtk::Image(Stock::DIALOG_WARNING, Gtk::ICON_SIZE_DIALOG)); Gtk::Image* dimage = manage (new Gtk::Image(Stock::DIALOG_WARNING, Gtk::ICON_SIZE_DIALOG));
@ -2777,7 +2777,7 @@ require some unused files to continue to exist."));
return; return;
} }
ArdourDialog results (_("ardour: cleanup"), true, false); ArdourDialog results (_("Clean-up"), true, false);
struct CleanupResultsModelColumns : public Gtk::TreeModel::ColumnRecord { struct CleanupResultsModelColumns : public Gtk::TreeModel::ColumnRecord {
CleanupResultsModelColumns() { CleanupResultsModelColumns() {

View file

@ -73,7 +73,7 @@ CrossfadeEditor::Half::Half ()
} }
CrossfadeEditor::CrossfadeEditor (Session* s, boost::shared_ptr<Crossfade> xf, double my, double mxy) CrossfadeEditor::CrossfadeEditor (Session* s, boost::shared_ptr<Crossfade> xf, double my, double mxy)
: ArdourDialog (_("ardour: x-fade edit")), : ArdourDialog (_("Edit Crossfade")),
xfade (xf), xfade (xf),
clear_button (_("Clear")), clear_button (_("Clear")),
revert_button (_("Reset")), revert_button (_("Reset")),

View file

@ -38,7 +38,7 @@ using namespace std;
ExportRangeMarkersDialog::ExportRangeMarkersDialog (PublicEditor& editor) ExportRangeMarkersDialog::ExportRangeMarkersDialog (PublicEditor& editor)
: ExportDialog(editor) : ExportDialog(editor)
{ {
set_title (_("ardour: export ranges")); set_title (_("Export Ranges"));
file_frame.set_label (_("Export to Directory")); file_frame.set_label (_("Export to Directory"));
do_not_allow_export_cd_markers(); do_not_allow_export_cd_markers();

View file

@ -1020,7 +1020,7 @@ ProcessorBox::compute_processor_sort_keys ()
/* now tell them about the problem */ /* now tell them about the problem */
ArdourDialog dialog (_("ardour: weird plugin dialog")); ArdourDialog dialog (_("Plugin Incompatibility"));
Label label; Label label;
label.set_text (_("\ label.set_text (_("\

View file

@ -1073,7 +1073,7 @@ RouteUI::choose_color()
bool picked; bool picked;
Gdk::Color color; Gdk::Color color;
color = Gtkmm2ext::UI::instance()->get_color (_("ardour: color selection"), picked, &_color); color = Gtkmm2ext::UI::instance()->get_color (_("Color Selection"), picked, &_color);
if (picked) { if (picked) {
set_color (color); set_color (color);

View file

@ -222,7 +222,7 @@ VisualTimeAxis::choose_time_axis_color()
current[3] = 1.0 ; current[3] = 1.0 ;
current_color.set_rgb_p (current[0],current[1],current[2]); current_color.set_rgb_p (current[0],current[1],current[2]);
color = Gtkmm2ext::UI::instance()->get_color(_("ardour: color selection"),picked, &current_color) ; color = Gtkmm2ext::UI::instance()->get_color(_("Color Selection"),picked, &current_color) ;
if (picked) if (picked)
{ {