After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 153272 - Key Combinations) dlg displays English key names
Key Combinations) dlg displays English key names
Status: RESOLVED DUPLICATE of bug 145346
Product: libegg
Classification: Other
Component: treeviewutils
unspecified
Other All
: Normal normal
: ---
Assigned To: Christian Neumair
Christian Neumair
Depends on:
Blocks:
 
 
Reported: 2004-09-21 12:34 UTC by Damian keogh
Modified: 2005-12-31 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of Bug (102.74 KB, image/jpeg)
2004-09-21 12:35 UTC, Damian keogh
Details

Description Damian keogh 2004-09-21 12:34:45 UTC
Description of Problem:
the Tastenkombinationen (Key Combinations) dlg displays English key names 
for Shift, Control, plus, minus, equal, Page_Up, Page_Down keys.


Steps to reproduce the problem:
Open a terminal window > click Bearbeiten (Edit) > Tastenkombinationen 
(Key combinations)
Comment 1 Damian keogh 2004-09-21 12:35:42 UTC
Created attachment 31769 [details]
Screenshot of Bug
Comment 2 Hendrik Richter 2005-01-24 16:38:15 UTC
These strings are hardcoded in eggaccelerators.c and not translatable:

-----8<-----8<-----
gchar*
egg_virtual_accelerator_name (guint                  accelerator_key,
                              EggVirtualModifierType accelerator_mods)
{
  static const gchar text_release[] = "<Release>";
  static const gchar text_shift[] = "<Shift>";
  static const gchar text_control[] = "<Control>";
  static const gchar text_mod1[] = "<Alt>";
  static const gchar text_mod2[] = "<Mod2>";
  static const gchar text_mod3[] = "<Mod3>";
  static const gchar text_mod4[] = "<Mod4>";
  static const gchar text_mod5[] = "<Mod5>";
  static const gchar text_meta[] = "<Meta>";
  static const gchar text_super[] = "<Super>";
  static const gchar text_hyper[] = "<Hyper>";
-----8<-----8<-----

Assigning this to libegg.
Comment 3 Sebastien Bacher 2005-12-31 16:29:14 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 145346 ***