ソースを参照

wxGUI: string must be translatable

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51719 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 13 年 前
コミット
bf6fdbdfac
1 ファイル変更1 行追加1 行削除
  1. 1 1
      gui/wxpython/dbmgr/manager.py

+ 1 - 1
gui/wxpython/dbmgr/manager.py

@@ -2507,7 +2507,7 @@ class LayerBook(wx.Notebook):
                 row += 1
                 continue
 
-            if label.GetLabel() == "Layer:":
+            if label.GetLabel() == _("Layer:"):
                 style = wx.ALIGN_CENTER_VERTICAL | wx.ALIGN_LEFT
             else:
                 style = wx.ALIGN_CENTER_VERTICAL | wx.EXPAND