mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Statusbar: tweak tooltips
This commit is contained in:
parent
9a505ec671
commit
232b21d289
2 changed files with 2 additions and 2 deletions
|
|
@ -1360,7 +1360,7 @@ ARDOUR_UI::format_disk_space_label (float remain_sec)
|
|||
int mins = (sec / 60) % 60;
|
||||
int secs = sec % 60;
|
||||
snprintf (buf, sizeof(buf), _("%02dh:%02dm:%02ds"), hrs, mins, secs);
|
||||
ArdourWidgets::set_tooltip (disk_space_label, buf);
|
||||
ArdourWidgets::set_tooltip (disk_space_label, string_compose ("%1: %2", _("Available record time"), buf));
|
||||
|
||||
std::string label = string_compose (X_("<span weight=\"ultralight\">%1</span>: "), _("Rec"));
|
||||
|
||||
|
|
|
|||
|
|
@ -796,7 +796,7 @@ ARDOUR_UI::build_menu_bar ()
|
|||
ev_timecode->signal_button_press_event().connect (sigc::mem_fun (*this, &ARDOUR_UI::timecode_button_press));
|
||||
|
||||
ArdourWidgets::set_tooltip (session_path_label, _("Double click to open session folder."));
|
||||
ArdourWidgets::set_tooltip (format_label, _("Double click to edit audoi file format."));
|
||||
ArdourWidgets::set_tooltip (format_label, _("Double click to edit audio file format."));
|
||||
ArdourWidgets::set_tooltip (timecode_format_label, _("Double click to change timecode settings."));
|
||||
ArdourWidgets::set_tooltip (sample_rate_label, _("Double click to show audio/midi setup."));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue