[brasero] Remove "There is no recordable disc inserted." as it was redundant.
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Remove "There is no recordable disc inserted." as it was redundant.
- Date: Wed, 14 Oct 2009 08:24:04 +0000 (UTC)
commit 90d8f1be9b4edee00ca791173934016ad3cb31c2
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue Oct 13 13:04:22 2009 +0200
Remove "There is no recordable disc inserted." as it was redundant.
Item from #595871 - design of the image burning setup dialog
libbrasero-burn/brasero-burn-options.c | 2 +-
src/brasero-project.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn-options.c b/libbrasero-burn/brasero-burn-options.c
index ea2a9d0..6416993 100644
--- a/libbrasero-burn/brasero-burn-options.c
+++ b/libbrasero-burn/brasero-burn-options.c
@@ -360,7 +360,7 @@ brasero_burn_options_update_valid (BraseroBurnOptions *self)
else if (valid == BRASERO_SESSION_NO_OUTPUT) {
brasero_notify_message_add (BRASERO_NOTIFY (priv->message_output),
_("Please insert a recordable CD or DVD."),
- _("There is no recordable disc inserted."),
+ NULL,
-1,
BRASERO_NOTIFY_CONTEXT_SIZE);
}
diff --git a/src/brasero-project.c b/src/brasero-project.c
index ff6aaa2..82574b9 100644
--- a/src/brasero-project.c
+++ b/src/brasero-project.c
@@ -1015,7 +1015,7 @@ brasero_project_is_valid (BraseroSessionCfg *session,
project->priv->empty = FALSE;
brasero_notify_message_add (BRASERO_NOTIFY (project->priv->message),
_("Please insert a recordable CD or DVD."),
- _("There is no recordable disc inserted."),
+ NULL,
-1,
BRASERO_NOTIFY_CONTEXT_SIZE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]