Ignore:
Timestamp:
2/3/2010 2:52:48 AM (2 years ago)
Author:
lowjoel
Message:

Fixed a typo in the order of function calls (nested string translations) and updated the translations for v6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/6.0/Eraser/Program.cs

    r1719 r1744  
    396396                { 
    397397                    MessageBox.Show(S._("Another instance of Eraser is already running but " + 
    398                         "cannot be connected to.\n\nThe error returned was: {0}", ex.Message, 
     398                        "cannot be connected to.\n\nThe error returned was: {0}", ex.Message), 
    399399                        S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 
    400400                        MessageBoxDefaultButton.Button1, 
    401                         S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0)); 
     401                        S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 
    402402                } 
    403403                catch (TimeoutException) 
Note: See TracChangeset for help on using the changeset viewer.