Ticket #175 (closed patch: fixed)

Opened 1 year ago

Last modified 1 year ago

No translation in /mod/file/lib/files_user_info_menu.php

Reported by: tuxjoe Assigned to: timh
Priority: low Milestone:
Component: plugins Version: 0.8.1
Severity: minor Keywords: translation
Cc: Patch Included:
Review Stage:

Description

The word "file" and "files" is hardcoded, i would use gettext here, because of translation reasons:

  if ($posts == 1) {
  $filesstring = $posts . " " . __gettext("file");
  } else {
  $filesstring = $posts . " " . __gettext("files");
  }

Change History

11/23/07 23:10:46 changed by timh

  • owner set to timh.
  • status changed from new to assigned.

11/24/07 12:28:03 changed by timh

  • status changed from assigned to closed.
  • resolution set to fixed.

fixed