mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
core: update translations
This commit is contained in:
+2
-4
@@ -269,8 +269,7 @@ sys_display_rlimit ()
|
||||
}
|
||||
#else /* HAVE_SYS_RESOURCE_H */
|
||||
gui_chat_printf (NULL,
|
||||
_("System function \"%s\" is not available "
|
||||
"on this system"),
|
||||
_("System function \"%s\" is not available"),
|
||||
"getrlimit");
|
||||
#endif /* HAVE_SYS_RESOURCE_H */
|
||||
}
|
||||
@@ -338,8 +337,7 @@ sys_display_rusage ()
|
||||
gui_chat_printf (NULL, " ru_nivcsw : %ld", usage.ru_nivcsw);
|
||||
#else /* HAVE_SYS_RESOURCE_H */
|
||||
gui_chat_printf (NULL,
|
||||
_("System function \"%s\" is not available "
|
||||
"on this system"),
|
||||
_("System function \"%s\" is not available"),
|
||||
"getrusage");
|
||||
#endif /* HAVE_SYS_RESOURCE_H */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user