top: fix translation hint to preserve graphs alignment
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
0f8f760307
commit
805532ac32
@ -465,8 +465,8 @@ static void build_norm_nlstab (void) {
|
|||||||
Norm_nlstab[NUMA_nodenot_txt] = _("sorry, NUMA extensions unavailable");
|
Norm_nlstab[NUMA_nodenot_txt] = _("sorry, NUMA extensions unavailable");
|
||||||
/* Translation Hint: 'Mem ' is an abbreviation for physical memory/ram
|
/* Translation Hint: 'Mem ' is an abbreviation for physical memory/ram
|
||||||
' 'Swap' represents the linux swap file --
|
' 'Swap' represents the linux swap file --
|
||||||
' please make both translations the same length,
|
' please make both translations exactly 4 characters,
|
||||||
' using extra spaces as necessary */
|
' padding with extra spaces as necessary */
|
||||||
Norm_nlstab[WORD_abv_mem_txt] = _("Mem ");
|
Norm_nlstab[WORD_abv_mem_txt] = _("Mem ");
|
||||||
Norm_nlstab[WORD_abv_swp_txt] = _("Swap");
|
Norm_nlstab[WORD_abv_swp_txt] = _("Swap");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user