Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Update MetaCommands.cs #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ProTools3000
Copy link

Ich hoffe das ist richtig so...?!

@@ -25,8 +25,10 @@ public class MetaCommands : ModuleBase<ICommandContext>
embed: new EmbedBuilder()
.AsBoundfoxStudiosDefaultMessage()
.WithDescription("How to do screenshots?")
.AddField("Deutsch", $"Windows: Drücke {TextUtils.Bold("Win+Shift+S")} um einen Screenshot machen.")
.AddField("English", $"Windows: Press {TextUtils.Bold("Win+Shift+S")} to make a screenshot.")
.AddField("Deutsch", $"Windows: Drücke {TextUtils.Bold("Win+Shift+S")} um einen Screenshot zu machen."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.AddField("Deutsch", $"Windows: Drücke {TextUtils.Bold("Win+Shift+S")} um einen Screenshot zu machen."
.AddField("Deutsch", $"Windows: Drücke {TextUtils.Bold("Win+Shift+S")} um einen Screenshot zu machen. " +

.AddField("English", $"Windows: Press {TextUtils.Bold("Win+Shift+S")} to make a screenshot.")
.AddField("Deutsch", $"Windows: Drücke {TextUtils.Bold("Win+Shift+S")} um einen Screenshot zu machen."
$"Blender: Gehe ins Top-Menü {TextUtils.Bold("Fenster+Bildschirmfoto speichern")} um einen Screenshot zu machen.")
.AddField("English", $"Windows: Press {TextUtils.Bold("Win+Shift+S")} to make a screenshot."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.AddField("English", $"Windows: Press {TextUtils.Bold("Win+Shift+S")} to make a screenshot."
.AddField("English", $"Windows: Press {TextUtils.Bold("Win+Shift+S")} to make a screenshot. " +

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants