[brasero] Add a question mark to the question



commit c2c9cf99d23173df87cc409c37fe57ea9bb47934
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 1 15:28:41 2013 -0500

    Add a question mark to the question
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694897

 src/brasero-data-disc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/brasero-data-disc.c b/src/brasero-data-disc.c
index d120ad2..1fcb223 100644
--- a/src/brasero-data-disc.c
+++ b/src/brasero-data-disc.c
@@ -558,7 +558,7 @@ brasero_data_disc_project_loaded_cb (BraseroTrackDataCfg *project,
                brasero_disc_message_set_primary (BRASERO_DISC_MESSAGE (message),
                                                  _("The contents of the project changed since it was 
saved."));
                brasero_disc_message_set_secondary (BRASERO_DISC_MESSAGE (message),
-                                                   _("Discard the current modified project"));
+                                                   _("Discard the current modified project ?"));
 
                gtk_info_bar_set_message_type (GTK_INFO_BAR (message), GTK_MESSAGE_WARNING);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]