mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
loc: In-Game addon => Dalamud
This commit is contained in:
parent
133106d473
commit
721d54df32
3 changed files with 3 additions and 3 deletions
|
|
@ -257,7 +257,7 @@ namespace Dalamud.Game
|
|||
{
|
||||
chatGui.PrintChat(new XivChatEntry
|
||||
{
|
||||
Message = Loc.Localize("DalamudUpdated", "The In-Game addon has been updated or was reinstalled successfully! Please check the discord for a full changelog."),
|
||||
Message = Loc.Localize("DalamudUpdated", "Dalamud has been updated successfully! Please check the discord for a full changelog."),
|
||||
Type = XivChatType.Notice,
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ namespace Dalamud.Interface.Internal
|
|||
HelpMessage =
|
||||
Loc.Localize(
|
||||
"DalamudLanguageHelp",
|
||||
"Set the language for the in-game addon and plugins that support it. Available languages: ") +
|
||||
"Set the language for Dalamud and plugins that support it. Available languages: ") +
|
||||
Localization.ApplicableLangCodes.Aggregate("en", (current, code) => current + ", " + code),
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Thanks and have fun with the new expansion!";
|
|||
/// <inheritdoc/>
|
||||
public override void Draw()
|
||||
{
|
||||
ImGui.Text($"The in-game addon has been updated to version D{this.assemblyVersion}.");
|
||||
ImGui.Text($"Dalamud has been updated to version D{this.assemblyVersion}.");
|
||||
|
||||
ImGuiHelpers.ScaledDummy(10);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue