Fixed translation string: tiltes interpolation -> tiles interpolation

This commit is contained in:
Kwok-Koon Cheung 2001-08-12 12:21:17 +00:00
parent 0cf6994175
commit 7bcd807394
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-08-12 Abel Cheung <maddog@linux.org.hk>
* preferences.c: Fixed buglet in translation string.
2001-08-07 Lutz Müller <urc8@rz.uni-karlsruhe.de>
* eog-image.c: Our parent class is BonoboXObjectClass.

View file

@ -37,7 +37,7 @@ static PrefsEntry prefs_interpolation [] = {
{ GNOME_EOG_INTERPOLATION_NEAREST,
N_("Nearest Neighbour Interpolation") },
{ GNOME_EOG_INTERPOLATION_TILES,
N_("Tiltes Interpolation") },
N_("Tiles Interpolation") },
{ GNOME_EOG_INTERPOLATION_BILINEAR,
N_("Bilinear Interpolation") },
{ GNOME_EOG_INTERPOLATION_HYPERBOLIC,