mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix format of tooltip text for toolbar buttons in RTL languages...
... No translatable strings were added, two were removed
This commit is contained in:
@@ -298,12 +298,3 @@ wxString Internat::StripAccelerators(const wxString &s)
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
wxString Internat::Parenthesize(const wxString &str)
|
||||
{
|
||||
/* i18n-hint: An opening parenthesis, in some languages a right parenthesis */
|
||||
auto open = _("(");
|
||||
/* i18n-hint: A closing parenthesis, in some languages a left parenthesis */
|
||||
auto close = _(")");
|
||||
return open + str + close;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user