mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 21:48:35 +01:00
PackageInstaller: Make window title properly localizeable
This commit is contained in:
parent
a1b7cb6256
commit
236dd276ac
@ -116,8 +116,8 @@ PackageView::AttachedToWindow()
|
||||
title = B_TRANSLATE("Package installer");
|
||||
}
|
||||
else {
|
||||
title = B_TRANSLATE("Install ");
|
||||
title += name;
|
||||
title = B_TRANSLATE("Install %name%");
|
||||
title.ReplaceAll("%name%", name);
|
||||
}
|
||||
parent->SetTitle(title.String());
|
||||
fInstall->SetTarget(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user