Skip to content
Snippets Groups Projects
Commit 81c9a0e7 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Allow translation of help topic sort modes

parent e04c5e4e
No related branches found
No related tags found
No related merge requests found
...@@ -452,8 +452,8 @@ class OsticketConfig extends Config { ...@@ -452,8 +452,8 @@ class OsticketConfig extends Config {
static function allTopicSortModes() { static function allTopicSortModes() {
return array( return array(
'a' => 'Alphabetically', 'a' => __('Alphabetically'),
'm' => 'Manually', 'm' => __('Manually'),
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment