[Xfce4-commits] <gigolo:master> Fix mnemonics in the Connect dialog
Enrico Tröger
noreply at xfce.org
Sun Aug 1 12:08:01 CEST 2010
Updating branch refs/heads/master
to 103e4d103dc5580c11d0c404d002b710a0aaacc3 (commit)
from 95a37d4ce28187b90c175edcd6230ec2b7f9f5d8 (commit)
commit 103e4d103dc5580c11d0c404d002b710a0aaacc3
Author: Enrico Tröger <enrico at xfce.org>
Date: Sun Aug 1 11:57:45 2010 +0200
Fix mnemonics in the Connect dialog
src/bookmarkeditdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/bookmarkeditdialog.c b/src/bookmarkeditdialog.c
index aa27408..4522a63 100644
--- a/src/bookmarkeditdialog.c
+++ b/src/bookmarkeditdialog.c
@@ -1017,7 +1017,7 @@ static void gigolo_bookmark_edit_dialog_init(GigoloBookmarkEditDialog *dialog)
priv->uri_label = gtk_label_new_with_mnemonic(_("_Location (URI):"));
priv->host_label = gtk_label_new_with_mnemonic(_("_Server:"));
priv->folder_label = gtk_label_new_with_mnemonic(_("_Folder:"));
- priv->path_label = gtk_label_new_with_mnemonic(_("_Path:"));
+ priv->path_label = gtk_label_new_with_mnemonic(_("P_ath:"));
priv->user_label = gtk_label_new_with_mnemonic(_("_User Name:"));
priv->information_label = gtk_label_new(_("Optional information:"));
priv->port_label = gtk_label_new_with_mnemonic(_("_Port:"));
More information about the Xfce4-commits
mailing list