[brasero] Improved strings
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Improved strings
- Date: Sun, 29 Nov 2009 21:36:58 +0000 (UTC)
commit 8f733d7699174c0d3f65c1448ecd8004f6e99bbb
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sun Nov 29 21:48:26 2009 +0100
Improved strings
src/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 4f923f6..871fd0e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -239,8 +239,8 @@ brasero_main_burning_device (const gchar *option_name,
/* Translators: %s is the path of drive */
string = g_strdup_printf (_("\"%s\" cannot write."), value);
brasero_utils_message_dialog (NULL,
+ _("Wrong command line option."),
string,
- NULL,
GTK_MESSAGE_ERROR);
g_object_unref (burner);
@@ -253,8 +253,8 @@ brasero_main_burning_device (const gchar *option_name,
/* Translators: %s is the path of a drive */
string = g_strdup_printf (_("\"%s\" cannot be found."), value);
brasero_utils_message_dialog (NULL,
+ _("Wrong command line option."),
string,
- NULL,
GTK_MESSAGE_ERROR);
g_free (string);
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]