GNOME Bugzilla – Bug 140342
Typo in gnome-font-viewer's usage message
Last modified: 2005-08-15 01:36:51 UTC
When running gnome-font-viewer without arguments, it prints an usage message. More specifically, it says: "usage: foo fontfile". It's obvious that 'foo' is not the right thing to print, as it's pointless. It should say "gnome-font-viewer" instead.
Created attachment 26748 [details] [review] Sample patch The patch changes the string to say gnome-font-viewer. I don't know if the program name can be retrieved with an specific functions, but as far as I can see, other modules in gnome-control-center use hardcoded strings.
Confirming the bug, raising the priority to high for noticeability, and adding the string keyword.
1) I patched it to use argv[0] rather than hard coding the name 2) That string should be translated.