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 339069 - i18n strings cleanup
i18n strings cleanup
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-19 19:08 UTC by Benoît Dejean
Modified: 2006-05-20 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benoît Dejean 2006-04-19 19:08:32 UTC
Hi,

#: ../libwnck/window-action-menu.c:683
#, c-format
msgid "%s"
msgstr "%s"

i don't think we need to translate that :)

get_workspace_name_with_accel looks like string surgery. is 10 the maximum number of workspaces ?
Comment 1 Elijah Newren 2006-04-19 19:42:05 UTC
Haha!  :-)  That should be an easy fix for a new contributor (just don't mark that string for translation), so I'll add the gnome-love keyword.

As far as the string surgery: accelerator/quick-keys/whatever-they-are-called can only be a single character and thus it only makes sense to have these for the first 10 workspaces.  No, 10 isn't the maximum -- the maximum is defined by the window manager (36 for metacity, currently).  Whether or not we should put accelerators on the first 10 workspaces is another question, but I really don't care that much either way.  ;-)
Comment 2 Vincent Untz 2006-05-20 15:57:18 UTC
Fixed.
Comment 3 Benoît Dejean 2006-05-20 17:02:40 UTC
rabat-joie