[brasero] Remove plural to make strings more coherent
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Remove plural to make strings more coherent
- Date: Mon, 13 Jul 2009 18:31:50 +0000 (UTC)
commit 8f0c95b23c43dd78bd1a1652aa3ba53655131b03
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Jul 13 20:29:09 2009 +0200
Remove plural to make strings more coherent
libbrasero-burn/brasero-image-type-chooser.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libbrasero-burn/brasero-image-type-chooser.c b/libbrasero-burn/brasero-image-type-chooser.c
index fb1e850..ee54d4b 100644
--- a/libbrasero-burn/brasero-image-type-chooser.c
+++ b/libbrasero-burn/brasero-image-type-chooser.c
@@ -102,7 +102,7 @@ brasero_image_type_chooser_set_formats (BraseroImageTypeChooser *self,
format_num ++;
gtk_list_store_append (GTK_LIST_STORE (store), &iter);
gtk_list_store_set (GTK_LIST_STORE (store), &iter,
- FORMAT_TEXT, is_video? _("Video DVD image"):_("ISO9660 images"),
+ FORMAT_TEXT, is_video? _("Video DVD image"):_("ISO9660 image"),
FORMAT_TYPE, BRASERO_IMAGE_FORMAT_BIN,
-1);
}
@@ -111,7 +111,7 @@ brasero_image_type_chooser_set_formats (BraseroImageTypeChooser *self,
format_num ++;
gtk_list_store_append (GTK_LIST_STORE (store), &iter);
gtk_list_store_set (GTK_LIST_STORE (store), &iter,
- FORMAT_TEXT, _("Readcd/Readom images"),
+ FORMAT_TEXT, _("Readcd/Readom image"),
FORMAT_TYPE, BRASERO_IMAGE_FORMAT_CLONE,
-1);
}
@@ -137,7 +137,7 @@ brasero_image_type_chooser_set_formats (BraseroImageTypeChooser *self,
else {
gtk_list_store_append (GTK_LIST_STORE (store), &iter);
gtk_list_store_set (GTK_LIST_STORE (store), &iter,
- FORMAT_TEXT, _("Cue images"),
+ FORMAT_TEXT, _("Cue image"),
FORMAT_TYPE, BRASERO_IMAGE_FORMAT_CUE,
-1);
}
@@ -147,7 +147,7 @@ brasero_image_type_chooser_set_formats (BraseroImageTypeChooser *self,
format_num ++;
gtk_list_store_append (GTK_LIST_STORE (store), &iter);
gtk_list_store_set (GTK_LIST_STORE (store), &iter,
- FORMAT_TEXT, _("Cdrdao images"),
+ FORMAT_TEXT, _("Cdrdao image"),
FORMAT_TYPE, BRASERO_IMAGE_FORMAT_CDRDAO,
-1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]