mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
i18n fixes from alexander prokoudine (#5016)
git-svn-id: svn://localhost/ardour2/branches/3.0@13050 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e8978c6fde
commit
e6610e6ad8
3 changed files with 6 additions and 6 deletions
|
|
@ -252,7 +252,7 @@ ExportFileNotebook::FilePage::get_format_name () const
|
|||
if (format_state && format_state->format) {
|
||||
return format_state->format->name();
|
||||
}
|
||||
return "No format!";
|
||||
return _("No format!");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -264,7 +264,7 @@ ExportFileNotebook::FilePage::save_format_to_manager (FormatPtr format)
|
|||
void
|
||||
ExportFileNotebook::FilePage::update_tab_label ()
|
||||
{
|
||||
tab_label.set_text (string_compose ("Format %1: %2", tab_number, get_format_name()));
|
||||
tab_label.set_text (string_compose (_("Format %1: %2"), tab_number, get_format_name()));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue