]> source.dussan.org Git - nextcloud-server.git/commitdiff
Changed wording in log level dropdown
authorVincent Petry <pvince81@owncloud.com>
Wed, 30 Oct 2013 17:39:21 +0000 (18:39 +0100)
committerVincent Petry <pvince81@owncloud.com>
Wed, 30 Oct 2013 17:39:21 +0000 (18:39 +0100)
settings/templates/admin.php

index 2d9c3ff4f58baff4c44984a44948587644b8fdd5..5413b7009360c00090df6b7a4193d0645f64b094 100644 (file)
@@ -5,11 +5,11 @@
  */
 $levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal');
 $levelLabels = array(
-       $l->t( 'Everything (fatal errors, warnings, info, debug)' ),
-       $l->t( 'Info, warnings, errors and fatal' ),
-       $l->t( 'Warnings, errors and fatal' ),
-       $l->t( 'Errors and fatal' ),
-       $l->t( 'Fatal only' ),
+       $l->t( 'Everything (fatal issues, errors, warnings, info, debug)' ),
+       $l->t( 'Info, warnings, errors and fatal issues' ),
+       $l->t( 'Warnings, errors and fatal issues' ),
+       $l->t( 'Errors and fatal issues' ),
+       $l->t( 'Fatal issues only' ),
 );
 ?>