diff options
Diffstat (limited to 'src/fr-archive.c')
-rw-r--r-- | src/fr-archive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-archive.c b/src/fr-archive.c index 75bfdf5..ab3e417 100644 --- a/src/fr-archive.c +++ b/src/fr-archive.c @@ -1226,7 +1226,7 @@ copy_remote_file (FrArchive *archive, if (! g_file_query_exists (archive->file, NULL)) { GError *error; - error = g_error_new (G_IO_ERROR, G_IO_ERROR_NOT_FOUND, _("The file doesn't exist")); + error = g_error_new (G_IO_ERROR, G_IO_ERROR_NOT_FOUND, _("Archive not found")); fr_archive_copy_done (archive, FR_ACTION_LOADING_ARCHIVE, error); g_error_free (error); return; |