13
0

i18n-ization

git-svn-id: svn://localhost/ardour2/branches/3.0@12233 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-09 23:03:43 +00:00
parent 15b5e07ec4
commit 44cd222eb2

View File

@ -356,7 +356,7 @@ UI::set_tip (Widget *w, const gchar *tip, const gchar *hlp)
if (!abbrev.empty()) {
replace_all (abbrev, "<", "");
replace_all (abbrev, ">", "-");
msg.append("\n\nKey: ").append (abbrev);
msg.append(_("\n\nKey: ")).append (abbrev);
}
}
}