Ignore:
Timestamp:
2/8/2010 6:05:23 AM (2 years ago)
Author:
lowjoel
Message:

Forward port from Eraser 6.0: Fixed a typo in the order of function calls (nested string translations) and updated the translations.

Location:
trunk/eraser6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6

  • trunk/eraser6/Eraser/Program.cs

    r1716 r1764  
    422422                { 
    423423                    MessageBox.Show(S._("Another instance of Eraser is already running but " + 
    424                         "cannot be connected to.\n\nThe error returned was: {0}", ex.Message, 
     424                        "cannot be connected to.\n\nThe error returned was: {0}", ex.Message), 
    425425                        S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 
    426426                        MessageBoxDefaultButton.Button1, 
    427                         S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0)); 
     427                        S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 
    428428                } 
    429429                catch (TimeoutException) 
Note: See TracChangeset for help on using the changeset viewer.