diff --git a/Userland/Applications/Run/Run.gml b/Userland/Applications/Run/Run.gml index 798293103f..0856c9713e 100644 --- a/Userland/Applications/Run/Run.gml +++ b/Userland/Applications/Run/Run.gml @@ -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" } }