diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-08-12 08:16:47 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-08-12 08:16:47 +0000 |
commit | 9fc5cee42aff2b4a626e3428cb3b94174486d5ca (patch) | |
tree | 9049d81ca8540f4bdd1b639f07b74020dfba63e4 /src | |
parent | acacefac232bf6644661a65c80dad611f576c427 (diff) |
import.c: modified label.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2211 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import.c b/src/import.c index 242a8d84..0d5e757b 100644 --- a/src/import.c +++ b/src/import.c @@ -325,7 +325,7 @@ static void import_create(void) GTK_FILL, GTK_EXPAND|GTK_FILL, 0, 0); gtk_misc_set_alignment(GTK_MISC(format_label), 1, 0.5); - file_label = gtk_label_new(_("Importing file:")); + file_label = gtk_label_new(_("Source:")); gtk_table_attach(GTK_TABLE(table), file_label, 0, 1, 1, 2, GTK_FILL, GTK_EXPAND|GTK_FILL, 0, 0); gtk_misc_set_alignment(GTK_MISC(file_label), 1, 0.5); |