summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 13:04:19 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 13:04:19 +0200
commitc4217cabfaf9f22854195f396c233a15967f3179 (patch)
treeffb8142a3df3b66c57a675b749411a9b11c23de0 /src/ui
parentb8111c0a0fb1d04d00e0592d43147d624bc55e75 (diff)
SidebarWidget: Use a translated string
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/sidebarwidget.c2
1 files changed, 1 insertions, 1 deletions
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)
1093 &ident->notes, 1093 &ident->notes,
1094 uiHeading_ColorEscape "${heading.ident.notes}", 1094 uiHeading_ColorEscape "${heading.ident.notes}",
1095 format_CStr(cstr_Lang("dlg.ident.notes"), cstr_String(name_GmIdentity(ident))), 1095 format_CStr(cstr_Lang("dlg.ident.notes"), cstr_String(name_GmIdentity(ident))),
1096 uiTextAction_ColorEscape "OK", 1096 uiTextAction_ColorEscape "${dlg.default}",
1097 format_CStr("!ident.setnotes ident:%p ptr:%p", ident, d)); 1097 format_CStr("!ident.setnotes ident:%p ptr:%p", ident, d));
1098 } 1098 }
1099 return iTrue; 1099 return iTrue;