X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcryptsetup.c;h=1ca3287ff91f1086bbe97899b35882e93dd0d1db;hb=9b455125e9cb21dfc665859d67236ee93b7770ea;hp=09d7510680aeb9b6ae3512839970364f481f4181;hpb=adcb9bfb7db6a517193239f2b17933ae9a6a7645;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/src/cryptsetup.c b/src/cryptsetup.c index 09d7510..1ca3287 100644 --- a/src/cryptsetup.c +++ b/src/cryptsetup.c @@ -1326,7 +1326,7 @@ int main(int argc, const char **argv) popt_context = poptGetContext(PACKAGE, argc, argv, popt_options, 0); poptSetOtherOptionHelp(popt_context, - N_("[OPTION...] ")); + _("[OPTION...] ")); while((r = poptGetNextOpt(popt_context)) > 0) { unsigned long long ull_value;