[brasero] Fix #587554 – Unclear meaning of text
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Fix #587554 – Unclear meaning of text
- Date: Mon, 13 Jul 2009 13:34:55 +0000 (UTC)
commit 20cbb56bb8b18920b545a9d76b1aa54ecc81a1da
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sun Jul 12 14:17:15 2009 +0200
Fix #587554 â?? Unclear meaning of text
src/brasero-data-disc.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/brasero-data-disc.c b/src/brasero-data-disc.c
index 0c42f8d..90fa37e 100644
--- a/src/brasero-data-disc.c
+++ b/src/brasero-data-disc.c
@@ -773,7 +773,8 @@ brasero_data_disc_name_collision_cb (BraseroTrackDataCfg *project,
if (priv->never_replace)
return FALSE;
- string = g_strdup_printf (_("Do you really want to replace the project file \"%s\"?"), name);
+ /* Translators: %s is the name of the file */
+ string = g_strdup_printf (_("Do you really want to replace \"%s\"?"), name);
dialog = brasero_app_dialog (brasero_app_get_default (),
string,
GTK_BUTTONS_NONE,
@@ -781,7 +782,7 @@ brasero_data_disc_name_collision_cb (BraseroTrackDataCfg *project,
g_free (string);
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
- _("It already exists in the directory."));
+ _("A file with the same name is about to be added into the same directory and will replace it if you accept."));
/* Translators: Keep means we're keeping the files that already existed
* in the project.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]