[gnome-disk-utility] Fix another string issue
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Fix another string issue
- Date: Mon, 5 Oct 2009 16:40:37 +0000 (UTC)
commit c48685fe275aa6e885474765429b7f8590fcea1c
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Oct 5 12:38:41 2009 -0400
Fix another string issue
Reported in bug 589043.
src/gdu-gtk/gdu-create-linux-md-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-create-linux-md-dialog.c b/src/gdu-gtk/gdu-create-linux-md-dialog.c
index e3b73b0..3e35364 100644
--- a/src/gdu-gtk/gdu-create-linux-md-dialog.c
+++ b/src/gdu-gtk/gdu-create-linux-md-dialog.c
@@ -1448,7 +1448,7 @@ update (GduCreateLinuxMdDialog *dialog)
/* Translators: This is for the tip text shown in the dialog.
* First %s is the short localized name for the RAID level, e.g. "RAID-1".
*/
- tip_text = g_strdup_printf (_("Insufficient number disks to create a %s array."),
+ tip_text = g_strdup_printf (_("Insufficient number of disks to create a %s array."),
level_str);
tip_stock_icon = GTK_STOCK_DIALOG_ERROR;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]