summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-12 11:46:05 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-12 11:46:05 +0300
commit8e2126cae79e8182562d1796b61fefc8ba74f4b8 (patch)
tree4e4bf80f9789b605ab9864bca33ed9fb5fac5985 /src/ui/documentwidget.c
parent4e84a9ff371e69ba828f8678c5cec89eea45d2ab (diff)
Cleanup
Use the Return key symbol consistently, also in the Search Query indicator. The input dialog "Send" label now no longer needs the "⇒" icon.
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r--src/ui/documentwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index f90733f5..4706033a 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -1576,7 +1576,7 @@ static void checkResponse_DocumentWidget_(iDocumentWidget *d) {
1576 isEmpty_String(&resp->meta) 1576 isEmpty_String(&resp->meta)
1577 ? format_CStr(cstr_Lang("dlg.input.prompt"), cstr_Rangecc(parts.path)) 1577 ? format_CStr(cstr_Lang("dlg.input.prompt"), cstr_Rangecc(parts.path))
1578 : cstr_String(&resp->meta), 1578 : cstr_String(&resp->meta),
1579 uiTextCaution_ColorEscape "\u21d2 ${dlg.input.send}", 1579 uiTextCaution_ColorEscape "${dlg.input.send}",
1580 format_CStr("!document.input.submit doc:%p", d)); 1580 format_CStr("!document.input.submit doc:%p", d));
1581 setSensitiveContent_InputWidget(findChild_Widget(dlg, "input"), 1581 setSensitiveContent_InputWidget(findChild_Widget(dlg, "input"),
1582 statusCode == sensitiveInput_GmStatusCode); 1582 statusCode == sensitiveInput_GmStatusCode);