]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
change render to obrender in a message
[chaz/openbox] / openbox / openbox.c
index b69f2c1e41fac5d08be5544dd9bd4a31140dc0f5..76b3b53f4cd8a3f984e19a60678a478aace3c7e7 100644 (file)
@@ -177,7 +177,7 @@ gint main(gint argc, gchar **argv)
 
     ob_rr_inst = RrInstanceNew(ob_display, ob_screen);
     if (ob_rr_inst == NULL)
-        ob_exit_with_error(_("Failed to initialize the render library."));
+        ob_exit_with_error(_("Failed to initialize the obrender library."));
 
     XSynchronize(ob_display, xsync);
 
This page took 0.019854 seconds and 4 git commands to generate.