summaryrefslogtreecommitdiffstats
path: root/src/trace/trace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/trace.cpp')
-rw-r--r--src/trace/trace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trace/trace.cpp b/src/trace/trace.cpp
index d40fb89d7..408f5c5c3 100644
--- a/src/trace/trace.cpp
+++ b/src/trace/trace.cpp
@@ -170,7 +170,7 @@ Tracer::sioxProcessImage(SPImage *img, GdkPixbuf *origPixbuf)
SPDesktop *desktop = SP_ACTIVE_DESKTOP;
if (!desktop)
{
- g_warning("Trace: No active desktop\n");
+ g_warning(_("Trace: No active desktop"));
return NULL;
}
@@ -269,7 +269,7 @@ Tracer::sioxProcessImage(SPImage *img, GdkPixbuf *origPixbuf)
sengine.extractForeground(simage, 0xffffff);
if (!result.isValid())
{
- g_warning("Invalid SIOX result");
+ g_warning(_("Invalid SIOX result"));
return NULL;
}