[gnome-disk-utility] Fix typo in "Remove Physical Volume" button text
- From: David Zeuthen <davidz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Fix typo in "Remove Physical Volume" button text
- Date: Fri, 15 Jan 2010 19:52:13 +0000 (UTC)
commit 199b479982371ae89ed1dba63c53a05809dbb3ea
Author: David Zeuthen <davidz redhat com>
Date: Thu Jan 14 10:38:46 2010 -0500
Fix typo in "Remove Physical Volume" button text
src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c b/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c
index 5bd8a72..a36acad 100644
--- a/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c
+++ b/src/gdu-gtk/gdu-edit-linux-lvm2-dialog.c
@@ -449,7 +449,7 @@ gdu_edit_linux_lvm2_dialog_constructed (GObject *object)
dialog->priv->pv_new_button = button_element;
button_element = gdu_button_element_new (GTK_STOCK_DELETE,
- _("_Remove Physical Volumes"),
+ _("_Remove Physical Volume"),
_("Remove the PV from the VG"));
g_signal_connect (button_element,
"clicked",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]