[file-roller] changed the string used in the update dialog
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] changed the string used in the update dialog
- Date: Mon, 23 Aug 2010 11:35:41 +0000 (UTC)
commit f49569ee6bed1867174c32d6291b3d5fff244592
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Aug 23 13:31:00 2010 +0200
changed the string used in the update dialog
src/dlg-update.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dlg-update.c b/src/dlg-update.c
index efcd10f..89ddb4b 100644
--- a/src/dlg-update.c
+++ b/src/dlg-update.c
@@ -175,7 +175,7 @@ update_file_list (DialogData *data)
/* secondary text */
label = g_strdup_printf (ngettext ("The file has been modified with an external application. If you don't update the version in the archive, all of your changes will be lost.",
- "There are %d files that have been modified with an external application. If you don't update the files in the archive, all of your changes will be lost.",
+ "%d files have been modified with an external application. If you don't update the files in the archive, all of your changes will be lost.",
n_files),
n_files);
gtk_label_set_text (GTK_LABEL (data->update_file_secondary_text_label), label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]