Code

New widget helperclass for Gtk:Entry
[inkscape.git] / src / ui / widget / style-swatch.cpp
index 0244d3121ddfd9955e55627dd78c8932b1459d9b..77d096b132f55dd9387d0cdbe6aa7b1afb23b165 100644 (file)
@@ -338,9 +338,9 @@ StyleSwatch::setStyle(SPStyle *query)
         {
             gchar *str;
             if (op == 0)
-                str = g_strdup_printf(_("0:%.3g"), op);
+                str = g_strdup_printf(_("O:%.3g"), op);
             else 
-                str = g_strdup_printf(_("0:.%d"), (int) (op*10));
+                str = g_strdup_printf(_("O:.%d"), (int) (op*10));
             _opacity_value.set_markup (str);
             g_free (str);
         }