[cheese/gnome-2-30] Remove device initialization error string from translations



commit a0b35f86822a6705dfc1ff88025bd5575959b261
Author: Filippo Argiolas <filippo argiolas gmail com>
Date:   Tue Jul 20 21:25:53 2010 +0200

    Remove device initialization error string from translations
    
    This way we don't have to ask for a string break.
    It's not currently used in the UI anyway.

 libcheese/cheese-camera-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcheese/cheese-camera-device.c b/libcheese/cheese-camera-device.c
index 3d96304..87cc873 100644
--- a/libcheese/cheese-camera-device.c
+++ b/libcheese/cheese-camera-device.c
@@ -349,7 +349,7 @@ cheese_camera_device_get_caps (CheeseCameraDevice *device)
         g_set_error (&priv->construct_error,
                      CHEESE_CAMERA_DEVICE_ERROR,
                      CHEESE_CAMERA_DEVICE_ERROR_FAILED_INITIALIZATION,
-                     _("Failed to initialize device %s for capability probing"),
+                     "Failed to initialize device %s for capability probing",
                      priv->device);
       }
     }



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