summaryrefslogtreecommitdiff
path: root/plugins/readelf/section.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readelf/section.c')
-rw-r--r--plugins/readelf/section.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/readelf/section.c b/plugins/readelf/section.c
index eee20b5..3a71225 100644
--- a/plugins/readelf/section.c
+++ b/plugins/readelf/section.c
@@ -308,6 +308,7 @@ static bool annotate_elf_section_header(GElfFormat *format, GPreloadInfo *info,
else
{
nparts[0].is_static = true;
+ nparts[0].avoid_i18n = false;
nparts[0].static_text = __("Segment name: ");
nparts[1].is_static = true;
@@ -356,9 +357,11 @@ static bool annotate_elf_section_header(GElfFormat *format, GPreloadInfo *info,
else
{
fparts[0].is_static = true;
+ fparts[0].avoid_i18n = false;
fparts[0].static_text = __("Section flags: ");
fparts[1].is_static = false;
+ fparts[1].avoid_i18n = true;
fparts[1].dynamic_text = rights;
flags_field.ctype = FCT_MULTI;