kconfig: drop localization support
[carl9170fw.git] / config / confdata.c
index 21efc143abf386c2a4525a9a001b9b42a7b07bf8..94c5efa68912772b3b4ccade24c4c4073382978c 100644 (file)
@@ -277,7 +277,7 @@ int conf_read_simple(const char *name, int def)
                        name = conf_expand_value(prop->expr->left.sym->name);
                        in = zconf_fopen(name);
                        if (in) {
-                               conf_message(_("using defaults found in %s"),
+                               conf_message("using defaults found in %s",
                                         name);
                                goto load;
                        }
@@ -877,7 +877,7 @@ next:
                        return 1;
        }
 
-       conf_message(_("configuration written to %s"), newname);
+       conf_message("configuration written to %s", newname);
 
        sym_set_change_count(0);