From 1405658822ac6add648fa02b5c26c2e28617eab9 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 10 May 2018 21:18:53 +0100 Subject: nls: remove translation strings While looking earlier commit I noticed everything but formatting was removed from a message in namei.c file. That inspired me to look if there are more strings that does not need translation project attention. This change removes at least some of them, if not all. Reference: e19cc7b65b31c57f0fe9cb73c9afad5197796f82 Signed-off-by: Sami Kerola --- disk-utils/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils') diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index 2126b4cb1..73525fa51 100644 --- a/disk-utils/fdisk.c +++ b/disk-utils/fdisk.c @@ -657,7 +657,7 @@ int print_partition_info(struct fdisk_context *cxt) goto clean_data; if (!data || !*data) continue; - fdisk_info(cxt, _("%15s: %s"), fdisk_field_get_name(fd), data); + fdisk_info(cxt, "%15s: %s", fdisk_field_get_name(fd), data); free(data); } -- cgit v1.2.3-55-g7522