summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-28 08:40:56 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-28 08:40:56 +0300
commit3f06ba4868c974e86d616dc3049c2e5f5402e83f (patch)
treead14d9bc1a123180e7f3a05812f5c9c39c72417c /src/ui/util.c
parent1a62cdf063c0425fd21a91ee65aebfe3227f0a31 (diff)
Lang: Translations for New Identity scopes
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(