display: Don't translate the resolutions list
There's no good translation and the string is just too complicated without translator comment.
This commit is contained in:
parent
4da83dbba8
commit
905a7b1bec
1 changed files with 2 additions and 2 deletions
|
@ -751,9 +751,9 @@ make_resolution_string (int width, int height)
|
|||
}
|
||||
|
||||
if (aspect != NULL)
|
||||
return g_strdup_printf (_("%d\342\200\211\303\227\342\200\211%d (%s)"), width, height, aspect);
|
||||
return g_strdup_printf ("%d\342\200\211\303\227\342\200\211%d (%s)", width, height, aspect);
|
||||
else
|
||||
return g_strdup_printf (_("%d\342\200\211\303\227\342\200\211%d"), width, height);
|
||||
return g_strdup_printf ("%d\342\200\211\303\227\342\200\211%d", width, height);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue