Skip to content

Commit

Permalink
Update devices.c
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalCaesar659 authored and lpereira committed Apr 10, 2017
1 parent c12b619 commit 10fe091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/devices.c
Expand Up @@ -497,7 +497,7 @@ const gchar *hi_note_func(gint entry)
{
if (entry == ENTRY_RESOURCES) {
if (root_required_for_resources()) {
return "Resource information requires superuser privileges";
return g_strdup_printf(_("Resource information requires superuser privileges"));
}
}
return NULL;
Expand Down

0 comments on commit 10fe091

Please sign in to comment.