Harmonized translator titles in DataTranslations.

This commit is contained in:
Humdinger
2012-08-12 09:49:11 +02:00
parent 2e4a953d36
commit e8eb40f777
15 changed files with 18 additions and 16 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ ConfigView::ConfigView(uint32 flags)
{
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
BStringView *fTitle = new BStringView("title", B_TRANSLATE("EXR Images"));
BStringView *fTitle = new BStringView("title",
B_TRANSLATE("EXR image translator"));
fTitle->SetFont(be_bold_font);
char version[256];