summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 977eba9d..edac214f 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -2064,9 +2064,9 @@ iWidget *makeIdentityCreation_Widget(void) {
2064 /* Where will the new identity be active on? */ { 2064 /* Where will the new identity be active on? */ {
2065 addChild_Widget(headings, iClob(makeHeading_Widget("${dlg.newident.scope}"))); 2065 addChild_Widget(headings, iClob(makeHeading_Widget("${dlg.newident.scope}")));
2066 const iMenuItem items[] = { 2066 const iMenuItem items[] = {
2067 { "Current Domain", 0, 0, "ident.scope arg:0" }, 2067 { "${dlg.newident.scope.domain}", 0, 0, "ident.scope arg:0" },
2068 { "Current Page", 0, 0, "ident.scope arg:1" }, 2068 { "${dlg.newident.scope.page}", 0, 0, "ident.scope arg:1" },
2069 { "Not Used", 0, 0, "ident.scope arg:2" }, 2069 { "${dlg.newident.scope.none}", 0, 0, "ident.scope arg:2" },
2070 }; 2070 };
2071 setId_Widget(addChild_Widget(values, 2071 setId_Widget(addChild_Widget(values,
2072 iClob(makeMenuButton_LabelWidget( 2072 iClob(makeMenuButton_LabelWidget(