Revision: 5908
Author:
ph...@designhive.com
Date: Wed Jan 14 17:52:56 2015 UTC
Log: Add 'up_to_date' language string
https://code.google.com/p/textpattern/source/detail?r=5908
Modified:
/development/4.5/textpattern/include/txp_prefs.php
=======================================
--- /development/4.5/textpattern/include/txp_prefs.php Mon Aug 20 15:32:19
2012 UTC
+++ /development/4.5/textpattern/include/txp_prefs.php Wed Jan 14 17:52:56
2015 UTC
@@ -754,7 +754,7 @@
n.'<span class="date
modified">'.safe_strftime('%d %b %Y %X',@$langdat['rpc_lastmod']).'</span>'
: (
(isset($langdat['rpc_lastmod'])
- ? gTxt('updated')
+ ? gTxt('up_to_date')
: '-'
).
(isset($langdat['db_lastmod'])