[gnome-disk-utility] lvm2: Use P (instead of Y) as the accelerator for editing PVs
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] lvm2: Use P (instead of Y) as the accelerator for editing PVs
- Date: Tue, 23 Feb 2010 16:53:25 +0000 (UTC)
commit 7c8e67c76a1675ec566cdb9c50b4e1567044a98e
Author: David Zeuthen <davidz redhat com>
Date: Tue Feb 23 11:41:58 2010 -0500
lvm2: Use P (instead of Y) as the accelerator for editing PVs
This makes the lvm2 section consistent with the md-raid section as both use P now.
Edit _Physical Volumes
Edit Com_ponents
Signed-off-by: David Zeuthen <davidz redhat com>
.../gdu-section-linux-lvm2-volume-group.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/palimpsest/gdu-section-linux-lvm2-volume-group.c b/src/palimpsest/gdu-section-linux-lvm2-volume-group.c
index d23fa59..994b82c 100644
--- a/src/palimpsest/gdu-section-linux-lvm2-volume-group.c
+++ b/src/palimpsest/gdu-section-linux-lvm2-volume-group.c
@@ -734,7 +734,7 @@ gdu_section_linux_lvm2_volume_group_constructed (GObject *object)
section->priv->vg_edit_name_button = button_element;
button_element = gdu_button_element_new (GTK_STOCK_EDIT,
- _("Edit Ph_ysical Volumes"),
+ _("Edit _Physical Volumes"),
_("Create and remove PVs"));
g_signal_connect (button_element,
"clicked",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]