From: Cole Robinson <crobinso@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>, qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PATCH] gtk: clarify grab menu item text
Date: Tue, 08 Apr 2014 18:32:26 -0400 [thread overview]
Message-ID: <534478FA.9060703@redhat.com> (raw)
In-Reply-To: <1396954511-32035-1-git-send-email-kraxel@redhat.com>
On 04/08/2014 06:55 AM, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> ui/gtk.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/ui/gtk.c b/ui/gtk.c
> index c85aea3..7a7e432 100644
> --- a/ui/gtk.c
> +++ b/ui/gtk.c
> @@ -1432,10 +1432,12 @@ static GtkWidget *gd_create_menu_view(GtkDisplayState *s, GtkAccelGroup *accel_g
> separator = gtk_separator_menu_item_new();
> gtk_menu_shell_append(GTK_MENU_SHELL(view_menu), separator);
>
> - s->grab_on_hover_item = gtk_check_menu_item_new_with_mnemonic(_("Grab On _Hover"));
> + s->grab_on_hover_item =
> + gtk_check_menu_item_new_with_mnemonic(_("Grab On _Hover (kbd only)"));
> gtk_menu_shell_append(GTK_MENU_SHELL(view_menu), s->grab_on_hover_item);
>
> - s->grab_item = gtk_check_menu_item_new_with_mnemonic(_("_Grab Input"));
> + s->grab_item =
> + gtk_check_menu_item_new_with_mnemonic(_("_Grab Input (kbd+mouse)"));
> gtk_menu_item_set_accel_path(GTK_MENU_ITEM(s->grab_item),
> "<QEMU>/View/Grab Input");
> gtk_accel_map_add_entry("<QEMU>/View/Grab Input", GDK_KEY_g,
>
Those added bits aren't too translatable. I'd suggest 'Keyboard Grab On
_Hover' and 'Grab All Input' or something along those lines.
- Cole
prev parent reply other threads:[~2014-04-08 22:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-08 10:55 [Qemu-devel] [PATCH] gtk: clarify grab menu item text Gerd Hoffmann
2014-04-08 22:32 ` Cole Robinson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=534478FA.9060703@redhat.com \
--to=crobinso@redhat.com \
--cc=aliguori@amazon.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.