bugphpGroupWare - Bugs: bug #12556, FileManager's preference panel...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12556: FileManager's preference panel translates text twice

Submitter:  Charles Martin <cafefroid>
Submitted:  Mon 04 Apr 2005 07:41:46 PM UTC
   
 
Category:  filemanager Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  5 - Normal
Status:  Fixed Privacy:  Public
Assigned to:  gugux Open/Closed:  Closed
Component Version:  BZIP2 Operating System:  None
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Mon 04 Apr 2005 08:27:28 PM UTC, comment #1: 


Ok, corrected in .16 branch (no lang call in head branch).

Thanks for the report !

Guillaume Courtois <gugux>
Group Member
Mon 04 Apr 2005 07:41:46 PM UTC, original submission:  

When you get into the Preferences panel, the section for the FileManager displays "Préférences*" which is the translated text, but still has the star.

Seems to me that text gets translated twice in the process.

My fix
filemanager/inc/hook_preferences.inc.php l. 18:
lang('Preferences') => $GLOBALS['phpgw']->link('/filemanager/preferences.php')

changes to :

'Preferences' => $GLOBALS['phpgw']->link('/filemanager/preferences.php')

Since the menu items gets translated by the Preferences module, they mustn't be translated here before

Charles Martin <cafefroid>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-04-04 gugux StatusNone Fixed
    Assigned toNone gugux
    Open/ClosedOpen Closed
2005-04-04 cafefroid Carbon-Copy- Added cafefroid

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code