Commit ca0fe6c 1 parent c6e7163 commit ca0fe6c Copy full SHA for ca0fe6c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const jalaliDateColumnHandler = {
35
35
} ) + " ،"
36
36
: "" ;
37
37
38
- //fix for bug that doesn't prepend zero to farsei
38
+ //Fix for a bug that doesn't prepend zero to Farsi
39
39
if ( time . length != 7 && timeStyle != "hidden" ) {
40
40
var zero = numbersStyle === "arabext" ? "۰" : "0" ;
41
41
time = zero + time ;
@@ -139,7 +139,7 @@ const columnOverlay = {
139
139
treeCol . setAttribute ( "flex" , "2" ) ;
140
140
treeCol . setAttribute ( "closemenu" , "none" ) ;
141
141
treeCol . setAttribute ( "label" , columnLabel ) ;
142
- treeCol . setAttribute ( "tooltiptext" , "تاریخ خورشیدی " ) ;
142
+ treeCol . setAttribute ( "tooltiptext" , "Sort by Persian date " ) ;
143
143
144
144
const threadCols = win . document . getElementById ( "threadCols" ) ;
145
145
threadCols . appendChild ( treeCol ) ;
@@ -170,7 +170,7 @@ const columnOverlay = {
170
170
} ,
171
171
172
172
addColumns ( win ) {
173
- this . addColumn ( win , "jalaliDateColumn" , "تاریخ " ) ;
173
+ this . addColumn ( win , "jalaliDateColumn" , "Date (Persian) " ) ;
174
174
} ,
175
175
176
176
destroyColumn ( columnId ) {
You can’t perform that action at this time.
0 commit comments