Completed
Pull Request — master (#6)
by
unknown
07:29
created
lang/pt_br/availability_maxviews.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
  * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23 23
  */
24 24
 
25
-$string['ajaxerror'] = 'Erro ao conectar no servidor';//'Error contacting server'
25
+$string['ajaxerror'] = 'Erro ao conectar no servidor'; //'Error contacting server'
26 26
 $string['pluginname'] = 'Max Views';
27 27
 $string['title'] = 'Maximum Views';
28 28
 $string['description'] = 'Bloqueia o acesso à um módulo pelo número de visualizações';
Please login to merge, or discard this patch.
version.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,4 +28,4 @@
 block discarded – undo
28 28
 $plugin->requires = 2014111000;
29 29
 $plugin->component = 'availability_maxviews';
30 30
 $plugin->release = 4;
31
-$plugin->maturity   = MATURITY_STABLE;
31
+$plugin->maturity = MATURITY_STABLE;
Please login to merge, or discard this patch.