summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation-x11.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-22 15:06:45 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-22 15:06:45 +0100
commit5fa4a05cccc818d60bb773cc51056436e16694af (patch)
treeb1169c12ce64490d2f521c2f59b61597e8a68d63 /gtk/gtkmountoperation-x11.c
parent6c6bb9b3d3aec1cf12359d0f9baedac1559d0b18 (diff)
downloadgtk+-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.c2
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));
}