Clarify desklink translatable
Change-Id: Ia36e44ae4c6fec37694712dd1388cd1abb867f31 Reviewed-on: https://review.haiku-os.org/712 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
a6a7e73f80
commit
e980073d22
@ -487,8 +487,9 @@ MediaReplicant::_Launch(const char* prettyName, const char* signature,
|
|||||||
BString message = B_TRANSLATE("Couldn't launch ");
|
BString message = B_TRANSLATE("Couldn't launch ");
|
||||||
message << prettyName;
|
message << prettyName;
|
||||||
|
|
||||||
BAlert* alert = new BAlert(B_TRANSLATE("desklink"), message.String(),
|
BAlert* alert = new BAlert(
|
||||||
B_TRANSLATE("OK"));
|
B_TRANSLATE_COMMENT("desklink", "Title of an alert box"),
|
||||||
|
message.String(), B_TRANSLATE("OK"));
|
||||||
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
|
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
|
||||||
alert->Go();
|
alert->Go();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user