Small text change.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 11 Jan 2008 03:10:13 +0000 (03:10 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 11 Jan 2008 03:10:13 +0000 (03:10 +0000)
git-svn-id: http://svn.voria.com/code@1323 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/actions/layeractivate.cpp

index 81773ed..9b69de7 100644 (file)
@@ -76,8 +76,8 @@ Action::LayerActivate::get_local_name()const
 
        return strprintf("%s '%s'",
                                         new_status
-                                        ? _("Activate ")
-                                        : _("Deactivate "),
+                                        ? _("Activate Layer")
+                                        : _("Deactivate Layer"),
                                         name.c_str());
 }