Skip to content

dateMenu: Mark string for translation

T_() is a convenience shortcut for looking up a string from the locale defined by LC_TIME, but it isn't recognized as a gettext keyword. To do that, we also have to wrap the string in N_() or NC_().

Merge request reports