mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Run: Fix newline in info label
This apparently was a workaround for escape sequences in GML at some point (see #4937), but it now literally inserts "\n" and no newline, as the backslash itself is escaped.
This commit is contained in:
parent
c5709c0aed
commit
ea80ff882d
Notes:
sideshowbarker
2024-07-18 23:02:48 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/ea80ff882d1 Pull-request: https://github.com/SerenityOS/serenity/pull/5021
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
@GUI::Label {
|
||||
name: "info"
|
||||
text: "Type the name of a program, folder, document,\\nor website, and SerenityOS will open it for you."
|
||||
text: "Type the name of a program, folder, document,\nor website, and SerenityOS will open it for you."
|
||||
text_alignment: "CenterLeft"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue