[file-roller] Improve string in error dialog
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] Improve string in error dialog
- Date: Sun, 18 Dec 2011 09:43:19 +0000 (UTC)
commit 2479dc30e9855cefbd23aa55215316528d318430
Author: Ekaterina Gerasimova <kittykat3756 googlemail com>
Date: Tue Dec 13 12:13:53 2011 +0100
Improve string in error dialog
[bug #666070]
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 fa63e4a..ed98547 100644
--- a/src/fr-archive.c
+++ b/src/fr-archive.c
@@ -1258,7 +1258,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]