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:
Bastien Nocera 2012-11-27 11:18:00 +01:00
parent 4da83dbba8
commit 905a7b1bec

View file

@ -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