Follow-up Comment #3, bug #19804 (project gnustep):

What about moving the actual string into a resource? We could use something
like _(@"Cmd-Shortcut"), _(@"Alt-Shortcut") and _(@"Shift-Shortcut") in the
code and have the lines

Cmd-Shortcut=Cmd+
Alt-Shortcut=Alt+
Shift-Shortcut=Sft+

in the Localizable.strings file and if anybody doesn't like this he/she may
redefine it to

Cmd-Shortcut=^
Alt-Shortcut=#
Shift-Shortcut=+

or 

Cmd-Shortcut=
Alt-Shortcut=
Shift-Shortcut=

or what ever seems to be a suitable value.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19804>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to