Make 'w' a mnemonic for File -> Overwrite ...

See

  [Gimp-developer] Isn't this behaviour unintuative?
  http://lists.xcf.berkeley.edu/lists/gimp-developer/2011-June/026885.html
This commit is contained in:
Martin Nordholts 2011-06-28 08:53:45 +02:00
parent 9281f67f32
commit 9ae0dc034b

View file

@ -149,7 +149,7 @@ static const GimpEnumActionEntry file_save_actions[] =
GIMP_HELP_FILE_EXPORT_TO },
{ "file-overwrite", NULL,
NC_("file-action", "Overwrite"), "",
NC_("file-action", "Over_write"), "",
NC_("file-action", "Export the image back to the imported file in the import format"),
GIMP_SAVE_MODE_EXPORT_TO, FALSE,
GIMP_HELP_FILE_OVERWRITE },
@ -295,7 +295,7 @@ file_actions_update (GimpActionGroup *group,
}
else if (show_overwrite)
{
gchar *label = file_actions_create_label (_("Overwrite %s"), source);
gchar *label = file_actions_create_label (_("Over_write %s"), source);
gimp_action_group_set_action_label (group, "file-overwrite", label);
g_free (label);