From c4217cabfaf9f22854195f396c233a15967f3179 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 26 Mar 2021 13:04:19 +0200 Subject: SidebarWidget: Use a translated string --- src/ui/sidebarwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c index 29b3646a..73eee12d 100644 --- a/src/ui/sidebarwidget.c +++ b/src/ui/sidebarwidget.c @@ -1093,7 +1093,7 @@ static iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev) &ident->notes, uiHeading_ColorEscape "${heading.ident.notes}", format_CStr(cstr_Lang("dlg.ident.notes"), cstr_String(name_GmIdentity(ident))), - uiTextAction_ColorEscape "OK", + uiTextAction_ColorEscape "${dlg.default}", format_CStr("!ident.setnotes ident:%p ptr:%p", ident, d)); } return iTrue; -- cgit v1.2.3