浏览代码

Improve window title for Manage Roasted Coffee Items

Neal Wilson 8 年前
父节点
当前提交
7534f0af49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      config/Windows/navigation.xml

+ 1
- 1
config/Windows/navigation.xml 查看文件

@@ -133,7 +133,7 @@
133 133
         var nrbutton = findChildObject(this, 'newroasted');
134 134
         nrbutton.clicked.connect(function() {
135 135
             var nrwindow = createWindow("newroasted");
136
-            nrwindow.windowTitle = "New Roasted Coffee Item";
136
+            nrwindow.windowTitle = "Manage Roasted Coffee Items";
137 137
         });
138 138
         var importb = findChildObject(this, 'target');
139 139
         importb.clicked.connect(function() {

正在加载...
取消
保存