Changed Journal # to GL # in GL Trans View.
[fa-stable.git] / includes / ui / ui_view.inc
index 9030ca90c9db22d88a926c111347669bf70b33f0..642b99436941968636852b1159ef755c0d3fd42b 100644 (file)
@@ -1562,7 +1562,7 @@ function trans_editor_link($type, $trans_no)
        //   35=> Cost Update,
        );
 
-       return !isset($editor_url[$type]) ? '' :
+       return !isset($editor_url[$type]) ? '--' :
                (is_closed_trans($type, $trans_no) ? set_icon(ICON_CLOSED, _('Closed')) :
                        pager_link(_("Edit"), sprintf($editor_url[$type], $trans_no, $type), ICON_EDIT));
 }