summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
Diffstat (limited to 'capplets')
-rw-r--r--capplets/appearance/theme-installer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/appearance/theme-installer.c b/capplets/appearance/theme-installer.c
index 93e1ef0a..22226397 100644
--- a/capplets/appearance/theme-installer.c
+++ b/capplets/appearance/theme-installer.c
@@ -372,7 +372,7 @@ mate_theme_install_real (GtkWindow *parent,
if (g_file_test (target_dir, G_FILE_TEST_EXISTS)) {
gchar *str;
- str = g_strdup_printf (_("The theme \"%s\" is already existed."), theme_name);
+ str = g_strdup_printf (_("The theme \"%s\" already exists."), theme_name);
dialog = gtk_message_dialog_new (parent,
GTK_DIALOG_MODAL,
GTK_MESSAGE_INFO,