From 88ddb86758126061848e2d9bdd833ab6a2a39432 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Wed, 9 Oct 2013 12:25:12 -0500 Subject: [PATCH] Update flight configuration buttons to have better names. --- core/resources/l10n/messages.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/resources/l10n/messages.properties b/core/resources/l10n/messages.properties index 6e7baf546..336dd9dc5 100644 --- a/core/resources/l10n/messages.properties +++ b/core/resources/l10n/messages.properties @@ -176,10 +176,10 @@ MotorChooserDialog.title = Select a rocket motor ! Edit Motor configuration dialog edtmotorconfdlg.col.configuration = Configuration -edtmotorconfdlg.but.Removeconfiguration = Remove -edtmotorconfdlg.but.Renameconfiguration = Rename -edtmotorconfdlg.but.Newconfiguration = New -edtmotorconfdlg.but.Copyconfiguration = Copy +edtmotorconfdlg.but.Removeconfiguration = Remove Configuration +edtmotorconfdlg.but.Renameconfiguration = Rename Configuration +edtmotorconfdlg.but.Newconfiguration = New Configuration +edtmotorconfdlg.but.Copyconfiguration = Copy Configuration edtmotorconfdlg.title.Editmotorconf = Edit Flight configurations edtmotorconfdlg.title.Renameconf = Rename Flight Configuration edtmotorconfdlg.title.Selectdeploymentconf = Select Deployment Configuration