[gnome-bluetooth] Bug 593170 - Minor string fixes



commit c7ffa4af095d4fa1b027c6aa01805eb714fe384a
Author: Bruce Cowan <bcowan fastmail co uk>
Date:   Wed Aug 26 14:20:06 2009 +0100

    Bug 593170 - Minor string fixes
    
    Changed "occured" to "occurred"

 sendto/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index 3698281..630c0e6 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -240,7 +240,7 @@ static gchar *get_error_message(GError *error)
 	const gchar *name;
 
 	if (error == NULL)
-		return g_strdup(_("An unknown error occured"));
+		return g_strdup(_("An unknown error occurred"));
 
 	if (error->code != DBUS_GERROR_REMOTE_EXCEPTION) {
 		message = g_strdup(error->message);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]