[gnome-online-accounts/gnome-3-4] Untranslate new strings introduced by a564cc732f501a603467c867bf4e1a617617405f



commit 3d8a93683982b51cd85393289d45ce17c4203356
Author: Xavier Claessens <xavier claessens collabora co uk>
Date:   Fri Mar 30 16:06:25 2012 +0200

    Untranslate new strings introduced by a564cc732f501a603467c867bf4e1a617617405f
    
    We don't want to break string freeze for error messages unlikely to be
    ever displayed to user.

 src/daemon/goadaemon.c       |    4 ++--
 src/goabackend/goaprovider.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/daemon/goadaemon.c b/src/daemon/goadaemon.c
index ccdf35d..b69c4f1 100644
--- a/src/daemon/goadaemon.c
+++ b/src/daemon/goadaemon.c
@@ -1012,7 +1012,7 @@ on_account_handle_remove (GoaAccount            *account,
       g_set_error_literal (&error,
                            GOA_ERROR,
                            GOA_ERROR_FAILED, /* TODO: more specific */
-                           _("ProviderType property is not set for account"));
+                           "ProviderType property is not set for account");
       g_dbus_method_invocation_return_gerror (invocation, error);
       goto out;
     }
@@ -1024,7 +1024,7 @@ on_account_handle_remove (GoaAccount            *account,
       g_set_error (&error,
                    GOA_ERROR,
                    GOA_ERROR_FAILED, /* TODO: more specific */
-                   _("Failed to find a provider for: %s"),
+                   "Failed to find a provider for: %s",
                    provider_type);
       g_dbus_method_invocation_return_gerror (invocation, error);
       goto out;
diff --git a/src/goabackend/goaprovider.c b/src/goabackend/goaprovider.c
index 32a8e21..ed27ade 100644
--- a/src/goabackend/goaprovider.c
+++ b/src/goabackend/goaprovider.c
@@ -904,7 +904,7 @@ goa_provider_delete_credentials_sync (GoaProvider   *provider,
       g_set_error (error,
                    GOA_ERROR,
                    GOA_ERROR_FAILED, /* TODO: more specific */
-                   _("Failed to delete credentials from the keyring: %s"),
+                   "Failed to delete credentials from the keyring: %s",
                    gnome_keyring_result_to_message (result));
       goto out;
     }



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