summaryrefslogtreecommitdiffstats
path: root/system/language/english/number_lang.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-07 23:24:54 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-07 23:24:54 +0200
commit34ed3f38db617d5dd301f8dafcf6ad5bb25c0090 (patch)
tree7669bc8effeb0632640228ed838f44f42dc95a64 /system/language/english/number_lang.php
parentb2457b7958d7f342507a2516198c87d8fb1d8f76 (diff)
Resolve description docblock differences in system/language/
Diffstat (limited to 'system/language/english/number_lang.php')
-rw-r--r--system/language/english/number_lang.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/language/english/number_lang.php b/system/language/english/number_lang.php
index 0c19ec614..429c64738 100644
--- a/system/language/english/number_lang.php
+++ b/system/language/english/number_lang.php
@@ -5,9 +5,9 @@
* An open source application development framework for PHP 5.2.4 or newer
*
* NOTICE OF LICENSE
- *
+ *
* Licensed under the Open Software License version 3.0
- *
+ *
* This source file is subject to the Open Software License (OSL 3.0) that is
* bundled with this package in the files license.txt / license.rst. It is
* also available through the world wide web at this URL:
@@ -25,11 +25,11 @@
* @filesource
*/
-$lang['terabyte_abbr'] = "TB";
-$lang['gigabyte_abbr'] = "GB";
-$lang['megabyte_abbr'] = "MB";
-$lang['kilobyte_abbr'] = "KB";
-$lang['bytes'] = "Bytes";
+$lang['terabyte_abbr'] = 'TB';
+$lang['gigabyte_abbr'] = 'GB';
+$lang['megabyte_abbr'] = 'MB';
+$lang['kilobyte_abbr'] = 'KB';
+$lang['bytes'] = 'Bytes';
/* End of file number_lang.php */
/* Location: ./system/language/english/number_lang.php */ \ No newline at end of file