summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Barrow <carbamide@src.gnome.org>2000-09-26 18:51:11 +0000
committerJosh Barrow <carbamide@src.gnome.org>2000-09-26 18:51:11 +0000
commitec54fa8b4df561b2e3739fe597567ce5d279174e (patch)
tree75090439c842f6971a76bd33dfa5be43e0200bb2 /src
parent96a067583da55b2b16d5ec7aaabd8e1c263dd3c9 (diff)
downloadnautilus-ec54fa8b4df561b2e3739fe597567ce5d279174e.tar.gz
Changed "directory" to "folder" in two cases.
* src/nautilus-theme-selector.c: (add_theme_to_icons), (add_new_theme_button_callback): Changed "directory" to "folder" in two cases.
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-theme-selector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-theme-selector.c b/src/nautilus-theme-selector.c
index 88d9f624f..8732872a8 100644
--- a/src/nautilus-theme-selector.c
+++ b/src/nautilus-theme-selector.c
@@ -380,7 +380,7 @@ add_theme_to_icons (GtkWidget *widget, gpointer *data)
g_free (temp_path);
if (!g_file_exists (xml_path)) {
- char *message = g_strdup_printf (_("Sorry, but %s is not a valid theme directory."), theme_path);
+ char *message = g_strdup_printf (_("Sorry, but %s is not a valid theme folder."), theme_path);
nautilus_error_dialog (message, _("Couldn't add theme"), GTK_WINDOW (theme_selector));
g_free (message);
} else {
@@ -445,7 +445,7 @@ add_new_theme_button_callback(GtkWidget *widget, NautilusThemeSelector *theme_se
GtkFileSelection *file_dialog;
theme_selector->details->dialog = gtk_file_selection_new
- (_("Select a theme directory to add as a new theme:"));
+ (_("Select a theme folder to add as a new theme:"));
file_dialog = GTK_FILE_SELECTION (theme_selector->details->dialog);
gtk_signal_connect (GTK_OBJECT (theme_selector->details->dialog),