diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-29 04:06:41 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-29 04:06:41 -0400 |
commit | 9d89e7b4ac605f89a0769e62dd6ea736f59e0be4 (patch) | |
tree | 689f7880694a4a55a557e85a6f65e0f0903b50c0 /lib | |
parent | f318f41ebfa0d5400feff63fefab61928deb1d90 (diff) |
Update some gettext strings and number the arguements so life is easier for translators
darcs-hash:20080729080641-533db-560337e226a02dd6fc671f090883d4bedd50eaaa.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 9033d7d1a..7e1e8f7c2 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1455,4 +1455,4 @@ function common_canonical_sms($sms) { # strip non-digits preg_replace('/\D/', '', $sms); return $sms; -}
\ No newline at end of file +} |