[glade] Fixed typo in error messages
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Fixed typo in error messages
- Date: Sun, 30 Mar 2014 20:54:32 +0000 (UTC)
commit ad17ef8678666e29731b48c7c62bee3b378bc33b
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Sun Mar 30 17:41:17 2014 -0300
Fixed typo in error messages
src/glade-registration.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/glade-registration.c b/src/glade-registration.c
index ce0c94e..cdefd3e 100644
--- a/src/glade-registration.c
+++ b/src/glade-registration.c
@@ -428,16 +428,16 @@ on_http_request_done (GladeHTTP *http,
"%s", _("Name and Email fields are required"));
else if (g_strcmp0 (status, "error_email_in_use") == 0)
glade_registration_show_message (registration, GTK_MESSAGE_WARNING,
- "%s", _("Ops! Email address is already in use!\nTo update
information you need to provide the token that was sent to your inbox."));
+ "%s", _("Oops! Email address is already in use!\nTo update
information you need to provide the token that was sent to your inbox."));
else if (g_strcmp0 (status, "error_db_user_info") == 0)
glade_registration_show_message (registration, GTK_MESSAGE_WARNING,
- _("Ops! Error saving user information: %s"), message);
+ _("Oops! Error saving user information: %s"), message);
else if (g_strcmp0 (status, "error_db_survey_data") == 0)
glade_registration_show_message (registration, GTK_MESSAGE_WARNING,
- _("Ops! Error saving survey data: %s"), message);
+ _("Oops! Error saving survey data: %s"), message);
else if (g_strcmp0 (status, "error_db") == 0)
glade_registration_show_message (registration, GTK_MESSAGE_WARNING,
- _("Ops! Error accessing DB: %s"), message);
+ _("Oops! Error accessing DB: %s"), message);
else
glade_registration_show_message (registration, GTK_MESSAGE_WARNING, "%s", message);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]