Miscellaneous string fixes

Mostly capitalisation fixes. Closes: bgo#528257
This commit is contained in:
Philip Withnall
2010-08-22 15:06:45 +01:00
parent 6c6bb9b3d3
commit 5fa4a05ccc
7 changed files with 8 additions and 8 deletions

View File

@ -960,7 +960,7 @@ _gtk_mount_operation_kill_process (GPid pid,
g_set_error (error,
G_IO_ERROR,
g_io_error_from_errno (errsv),
_("Cannot end process with pid %d: %s"),
_("Cannot end process with PID %d: %s"),
pid,
g_strerror (errsv));
}