15 Jan, 2015
1 commit
-
I have deduplicated every message in plugin code that was already in the core. Going forward, plugins should use c_() is they want to reuse the message from the core. If they want to force their own translation, they should probably use _('plugin_name|The message') to avoid overriding translations from the core.
25 Feb, 2014
1 commit
21 Nov, 2013
2 commits
-
Also: - removed whitespaces - added class with plugin name to style a view (ActionItem2837)