summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation-stub.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-stub.c
parent6c6bb9b3d3aec1cf12359d0f9baedac1559d0b18 (diff)
downloadgtk+-5fa4a05cccc818d60bb773cc51056436e16694af.tar.gz
Miscellaneous string fixes
Mostly capitalisation fixes. Closes: bgo#528257
Diffstat (limited to 'gtk/gtkmountoperation-stub.c')
-rw-r--r--gtk/gtkmountoperation-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation-stub.c b/gtk/gtkmountoperation-stub.c
index c7b8d1a9ed..27b09ae7f9 100644
--- a/gtk/gtkmountoperation-stub.c
+++ b/gtk/gtkmountoperation-stub.c
@@ -61,7 +61,7 @@ _gtk_mount_operation_kill_process (GPid pid,
g_set_error (error,
G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
- _("Cannot kill process with pid %d. Operation is not implemented."),
+ _("Cannot kill process with PID %d. Operation is not implemented."),
pid);
return FALSE;
}