applied patch from Ben Gertzfield which fixes a misuse of "it's", changing

2000-10-14  Sven Neumann  <sven@gimp.org>

        * app/user_install.c: applied patch from Ben Gertzfield which fixes
        a misuse of "it's", changing it to "its".
This commit is contained in:
Sven Neumann
2000-10-14 18:28:10 +00:00
committed by Sven Neumann
parent 307496d6b6
commit 6fd73ed6e7
6 changed files with 16 additions and 7 deletions

View File

@ -1090,7 +1090,7 @@ user_install_tuning (void)
/* tile cache size */
add_label (GTK_BOX (tuning_page),
_("GIMP uses a limited amount of memory to store image data, the so-called\n"
"\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n"
"\"Tile Cache\". You should adjust its size to fit into memory. Consider\n"
"the amount of memory used by other running processes."));
hbox = gtk_hbox_new (FALSE, 8);