From 5fa4a05cccc818d60bb773cc51056436e16694af Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 22 Aug 2010 15:06:45 +0100 Subject: Miscellaneous string fixes Mostly capitalisation fixes. Closes: bgo#528257 --- gtk/gtkmountoperation-stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkmountoperation-stub.c') 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; } -- cgit v1.2.1