[Title] Modified wrong table column name on package manager
authordonghyuk.yang <donghyuk.yang@samsung.com>
Thu, 11 Oct 2012 06:27:23 +0000 (15:27 +0900)
committerdonghyuk.yang <donghyuk.yang@samsung.com>
Thu, 11 Oct 2012 06:27:23 +0000 (15:27 +0900)
[Redmine] Bug #7200

Change-Id: Icf1fca5c1274607f900bfe6dd61e2824016e05d3

org.tizen.nativeplatform/src/org/tizen/nativeplatform/pkgmgr/ui/BuildSystemTab.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/pkgmgr/ui/DeviceTab.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/pkgmgr/ui/PkgMgrUIMessages.properties

index a764179..ab40672 100644 (file)
@@ -759,7 +759,8 @@ public class BuildSystemTab {
 
        private void createColumnsForRepoTable( Composite parent )
        {
-               String[] titles = {"Name", "Reposity URL"};
+               String[] titles = {resources.getString("PkgMgr.Repo.Table.Column.1"),
+                               resources.getString("PkgMgr.Repo.Table.Column.2")};
                int[] bounds = { 200, 600 };
 
                TableViewerColumn colName = createTableViewerColumn( repoViewer, titles[0], bounds[0], SWT.NONE);
index 2cb0e9a..4a83a8b 100644 (file)
@@ -757,7 +757,8 @@ public class DeviceTab {
 
        private void createColumnsForRepoTable( Composite parent )
        {
-               String[] titles = {"Name", "Reposity URL"};
+               String[] titles = {resources.getString("PkgMgr.Repo.Table.Column.1"),
+                               resources.getString("PkgMgr.Repo.Table.Column.2")};
                int[] bounds = { 200, 600 };
 
                TableViewerColumn colName = createTableViewerColumn( repoViewer, titles[0], bounds[0], SWT.NONE);
index 6477a35..c06a707 100644 (file)
@@ -35,6 +35,8 @@ PkgMgr.Message.Select.OnePackage = Please select one repository
 PkgMgr.Message.Transfer.File = Transferring %s to target's %s...
 PkgMgr.Console.Remote.Install = ***** Installing a remote package *****\n
 PkgMgr.Console.Local.Install = \n***** Installing a local package *****\n
+PkgMgr.Repo.Table.Column.1 = Name
+PkgMgr.Repo.Table.Column.2 = Repository URL
 
 AddRepo.Title = Add Package Repository
 AddRepo.Label.Name = Name: