diff options
author | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2017-06-30 11:51:45 +1000 |
---|---|---|
committer | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2017-10-11 14:01:47 +1100 |
commit | 24573d08abfc3014747823de2c64517cea86f8b0 (patch) | |
tree | 053c414d33655ebf228d8fd23e593510d5dfbfbd /ui/ncurses/nc-config.c | |
parent | bd680d45a86f7c2c06f7f619394e1fedcf20ca99 (diff) | |
download | talos-petitboot-1.4.4.tar.gz talos-petitboot-1.4.4.zip |
po: Update translationsv1.4.4
Backport translations updates from master as of af51ccb8 "Fixup some
missing gettext calls".
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'ui/ncurses/nc-config.c')
-rw-r--r-- | ui/ncurses/nc-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-config.c b/ui/ncurses/nc-config.c index 337d8a4..58bae29 100644 --- a/ui/ncurses/nc-config.c +++ b/ui/ncurses/nc-config.c @@ -946,7 +946,7 @@ static void config_screen_setup_widgets(struct config_screen *screen, label = talloc_asprintf(screen, _("%s IPMI boot option: %s"), config->ipmi_bootdev_persistent ? - "Persistent" : "Temporary", + _("Persistent") : _("Temporary"), ipmi_bootdev_display_name(config->ipmi_bootdev)); screen->widgets.ipmi_type_l = widget_new_label(set, 0, 0, label); |