summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
diff options
context:
space:
mode:
authorAbigail Brady <morwen@fuzzle.org>2002-04-14 12:36:12 +0000
committerRobert Brady <rbrady@src.gnome.org>2002-04-14 12:36:12 +0000
commit2b350816a8ad73396446f21f46ced48dfd11fbd0 (patch)
tree7bd0a562deac2bd8b040e0a8add2a98c5b54fb7e /gtk/gtkfilesel.c
parent4bd76958c26481dfa57ce569023c9590cb43967b (diff)
downloadgtk+-2b350816a8ad73396446f21f46ced48dfd11fbd0.tar.gz
Fix typo in message.
2002-04-14 Abigail Brady <morwen@fuzzle.org> * gtk/gtkfilesel.c: Fix typo in message. * po/en_GB.po: Update British translation.
Diffstat (limited to 'gtk/gtkfilesel.c')
-rw-r--r--gtk/gtkfilesel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c
index 2fcfbee405..9de3daa872 100644
--- a/gtk/gtkfilesel.c
+++ b/gtk/gtkfilesel.c
@@ -943,7 +943,7 @@ filenames_dropped (GtkWidget *widget,
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_QUESTION,
GTK_BUTTONS_YES_NO,
- _("The file \"%s\" resides on another machine (called %s) and may not be availible to this program.\n"
+ _("The file \"%s\" resides on another machine (called %s) and may not be available to this program.\n"
"Are you sure that you want to select it?"), filename, hostname);
g_object_set_data_full (G_OBJECT (dialog), "gtk-fs-dnd-filename", g_strdup (filename), g_free);