From 263a929fdfc94dbd59ac531f802c59008af30991 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Thu, 4 Apr 2024 16:02:26 +0200 Subject: [PATCH] Improve text with shortcut info --- src/ui/Logic/Language.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Logic/Language.cs b/src/ui/Logic/Language.cs index 740f5067c..4d3a5d40d 100644 --- a/src/ui/Logic/Language.cs +++ b/src/ui/Logic/Language.cs @@ -3783,7 +3783,7 @@ Keep changes?", Seconds = "seconds", ZoomIn = "Zoom in", ZoomOut = "Zoom out", - AddParagraphHere = "Add text here", + AddParagraphHere = "Add text here (Enter)", AddParagraphHereAndPasteText = "Add text from clipboard here", SetParagraphAsSelection = "Set current as new selection", FocusTextBox = "Focus text box",