Hi,
I believe a string in process.c should have been set as translateable.
Patch against svn 185 follows.
--- process.c.orig 2007-06-10 19:11:36 +0700
+++ process.c 2007-06-10 19:11:15 +0700
@@ -81,7 +81,7 @@
for (i = 0; i < linecount; i++) {
if (strstr(slines[i].string, process_match)) {
char hotkey_string[300];
- sprintf(hotkey_string, " K - kill %s ", tokill);
+ sprintf(hotkey_string, _(" K - kill %s "), tokill);
strcpy(process_to_kill, tokill);
if (minwakeups < slines[i].count)
add_suggestion(comment, weight, 'K' ,
hotkey_string, do_kill);
_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power