diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-22 15:06:45 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-22 15:06:45 +0100 |
commit | 5fa4a05cccc818d60bb773cc51056436e16694af (patch) | |
tree | b1169c12ce64490d2f521c2f59b61597e8a68d63 /gtk/gtkmountoperation-x11.c | |
parent | 6c6bb9b3d3aec1cf12359d0f9baedac1559d0b18 (diff) | |
download | gtk+-5fa4a05cccc818d60bb773cc51056436e16694af.tar.gz |
Miscellaneous string fixes
Mostly capitalisation fixes. Closes: bgo#528257
Diffstat (limited to 'gtk/gtkmountoperation-x11.c')
-rw-r--r-- | gtk/gtkmountoperation-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation-x11.c b/gtk/gtkmountoperation-x11.c index 3ba7930808..af0c291bd3 100644 --- a/gtk/gtkmountoperation-x11.c +++ b/gtk/gtkmountoperation-x11.c @@ -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)); } |