[brasero] Change string "No available disc" to "No disc available" as native English speakers seem to prefer i



commit 5337ba909b5887d378b07ce2d3a6fb3f161b9947
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Tue Oct 13 13:00:05 2009 +0200

    Change string "No available disc" to "No disc available" as native English speakers seem to prefer it
    Item of #595871 -  design of the image burning setup dialog

 libbrasero-media/brasero-medium-selection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-media/brasero-medium-selection.c b/libbrasero-media/brasero-medium-selection.c
index 17c76e6..ca01a0f 100644
--- a/libbrasero-media/brasero-medium-selection.c
+++ b/libbrasero-media/brasero-medium-selection.c
@@ -459,7 +459,7 @@ brasero_medium_selection_update_no_disc_entry (BraseroMediumSelection *self,
 	else {
 		icon = g_themed_icon_new_with_default_fallbacks ("drive-optical");
 		gtk_list_store_set (GTK_LIST_STORE (model), iter,
-				    NAME_COL, _("No available disc"),
+				    NAME_COL, _("No disc available"),
 				    ICON_COL, icon,
 				    VISIBLE_TEXT_COL, TRUE,
 				    VISIBLE_PROGRESS_COL, FALSE,



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