Project

General

Profile

Actions

Feature #1216

closed

Version deletion error translation

Added by Antti Perkiömäki almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Low
Category:
Translations
Target version:
Start date:
2008-05-09
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Could "Unable to delete version" error message be added to translations. This text comes when trying to delete version that contains issues.


Files

versions_controller.rb.diff (552 Bytes) versions_controller.rb.diff Azamat Hackimov, 2008-09-14 14:25
Actions #1

Updated by Thomas Lecavelier almost 16 years ago

Should be a defect, since it's not i18n.

/var/redmine/app% grep -nr 'Unable to delete version' *
controllers/.svn/text-base/versions_controller.rb.svn-base:37:    flash[:error] = "Unable to delete version" 
controllers/versions_controller.rb:37:    flash[:error] = "Unable to delete version" 

Only one occurence in the app: version_controller.rb:37.

Actions #2

Updated by Azamat Hackimov over 15 years ago

Jean-Philippe, can I apply this patch to versions_controller.rb?

Actions #3

Updated by Jean-Philippe Lang over 15 years ago

  • Assignee changed from Jean-Philippe Lang to Azamat Hackimov

Yes, you can. Here is how to add the new string to every lang files: add it to en.yml after the existing notice strings (around line 80) and run rake gloc:update.

Actions #4

Updated by Azamat Hackimov over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.8

Solved in r1829, thank to Antti Perkiömäki for reporting.

Actions

Also available in: Atom PDF