localization.

This commit is contained in:
morkt
2014-08-02 13:36:49 +04:00
parent 945571600d
commit 7492ea24ae
4 changed files with 4 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ namespace GARbro.GUI
if (m_current_preview == preview) // compare by reference
{
PreviewPane.Source = bitmap;
SetStatusText (string.Format ("Image {0} x {1} x {2}bpp", bitmap.PixelWidth,
SetStatusText (string.Format (guiStrings.MsgImageSize, bitmap.PixelWidth,
bitmap.PixelHeight, bitmap.Format.BitsPerPixel));
}
});