[eGroupWare-svn] r56019 - /trunk/egroupware/api/js/etemplate/et2_widget_date.js

[email protected] Wed, 04 May 2016 17:59:58 -0000
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: nathangray
Date: Wed May  4 19:59:58 2016
New Revision: 56019

URL: http://svn.stylite.de/viewvc/egroupware?rev=56019&view=rev
Log:
Fix bad day unit label in readonly duration

Modified:
    trunk/egroupware/api/js/etemplate/et2_widget_date.js

Modified: trunk/egroupware/api/js/etemplate/et2_widget_date.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/js/etemplate/et2_widget_date.js?rev=56019&r1=56018&r2=56019&view=diff
==============================================================================
--- trunk/egroupware/api/js/etemplate/et2_widget_date.js (original)
+++ trunk/egroupware/api/js/etemplate/et2_widget_date.js Wed May  4 19:59:58 2016
@@ -698,7 +698,7 @@
 
 		// Get translations
 		this.time_formats = {
-			"d": this.options.short_labels ? this.egw().lang("m") : this.egw().lang("Days"),
+			"d": this.options.short_labels ? this.egw().lang("d") : this.egw().lang("Days"),
 			"h": this.options.short_labels ? this.egw().lang("h") : this.egw().lang("Hours"),
 			"m": this.options.short_labels ? this.egw().lang("m") : this.egw().lang("Minutes")
 		},


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z