2005-01-16  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* src/file-manager/fm-icon-view.c: Resolved #159128.
This commit is contained in:
Francisco Javier F. Serrador 2005-01-16 16:07:26 +00:00 committed by Francisco Javier Fernandez Serrador
parent 97bf5b0336
commit b2b60237ed
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-01-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* src/file-manager/fm-icon-view.c: Applied patch from Tierry
Moisan that resolves trivial bug #159128.
2005-01-14 Alexander Larsson <alexl@redhat.com>
* Makefile.am:

View file

@ -1399,7 +1399,7 @@ static GtkActionEntry icon_view_entries[] = {
G_CALLBACK (action_unstretch_callback) },
{ "Clean Up", NULL, /* name, stock id */
N_("Clean _Up by Name"), NULL, /* label, accelerator */
N_("Reposition icons to better fit in the window and avoaction overlapping"), /* tooltip */
N_("Reposition icons to better fit in the window and avoid overlapping"), /* tooltip */
G_CALLBACK (action_clean_up_callback) },
};