@@ -148,67 +148,67 @@ static GtkActionEntry gnc_plugin_actions [] =
148148
149149 /* Customer submenu */
150150 { "CustomerMenuAction" , NULL , N_ ("_Customer" ), NULL , NULL , NULL },
151- { "CustomerNewCustomerOpenAction" , NULL , N_ ("_New Customer" ), NULL ,
151+ { "CustomerNewCustomerOpenAction" , NULL , N_ ("_New Customer... " ), NULL ,
152152 N_ ("Open the New Customer dialog" ),
153153 G_CALLBACK (gnc_plugin_business_cmd_customer_new_customer ) },
154- { "CustomerFindCustomerOpenAction" , NULL , N_ ("_Find Customer" ), NULL ,
154+ { "CustomerFindCustomerOpenAction" , NULL , N_ ("_Find Customer... " ), NULL ,
155155 N_ ("Open the Find Customer dialog" ),
156156 G_CALLBACK (gnc_plugin_business_cmd_customer_find_customer ) },
157- { "CustomerNewInvoiceOpenAction" , NULL , N_ ("New _Invoice" ), NULL ,
157+ { "CustomerNewInvoiceOpenAction" , NULL , N_ ("New _Invoice... " ), NULL ,
158158 N_ ("Open the New Invoice dialog" ),
159159 G_CALLBACK (gnc_plugin_business_cmd_customer_new_invoice ) },
160- { "CustomerFindInvoiceOpenAction" , NULL , N_ ("Find In_voice" ), NULL ,
160+ { "CustomerFindInvoiceOpenAction" , NULL , N_ ("Find In_voice... " ), NULL ,
161161 N_ ("Open the Find Invoice dialog" ),
162162 G_CALLBACK (gnc_plugin_business_cmd_customer_find_invoice ) },
163- { "CustomerNewJobOpenAction" , NULL , N_ ("New _Job" ), NULL ,
163+ { "CustomerNewJobOpenAction" , NULL , N_ ("New _Job... " ), NULL ,
164164 N_ ("Open the New Job dialog" ),
165165 G_CALLBACK (gnc_plugin_business_cmd_customer_new_job ) },
166- { "CustomerFindJobOpenAction" , NULL , N_ ("Find Jo_b" ), NULL ,
166+ { "CustomerFindJobOpenAction" , NULL , N_ ("Find Jo_b... " ), NULL ,
167167 N_ ("Open the Find Job dialog" ),
168168 G_CALLBACK (gnc_plugin_business_cmd_customer_find_job ) },
169- { "CustomerProcessPaymentAction" , NULL , N_ ("_Process Payment" ), NULL ,
169+ { "CustomerProcessPaymentAction" , NULL , N_ ("_Process Payment... " ), NULL ,
170170 N_ ("Open the Process Payment dialog" ),
171171 G_CALLBACK (gnc_plugin_business_cmd_customer_process_payment ) },
172172
173173 /* Vendor submenu */
174174 { "VendorMenuAction" , NULL , N_ ("_Vendor" ), NULL , NULL , NULL },
175- { "VendorNewVendorOpenAction" , NULL , N_ ("_New Vendor" ), NULL ,
175+ { "VendorNewVendorOpenAction" , NULL , N_ ("_New Vendor... " ), NULL ,
176176 N_ ("Open the New Vendor dialog" ),
177177 G_CALLBACK (gnc_plugin_business_cmd_vendor_new_vendor ) },
178- { "VendorFindVendorOpenAction" , NULL , N_ ("_Find Vendor" ), NULL ,
178+ { "VendorFindVendorOpenAction" , NULL , N_ ("_Find Vendor... " ), NULL ,
179179 N_ ("Open the Find Vendor dialog" ),
180180 G_CALLBACK (gnc_plugin_business_cmd_vendor_find_vendor ) },
181- { "VendorNewBillOpenAction" , NULL , N_ ("New _Bill" ), NULL ,
181+ { "VendorNewBillOpenAction" , NULL , N_ ("New _Bill... " ), NULL ,
182182 N_ ("Open the New Bill dialog" ),
183183 G_CALLBACK (gnc_plugin_business_cmd_vendor_new_bill ) },
184- { "VendorFindBillOpenAction" , NULL , N_ ("Find Bi_ll" ), NULL ,
184+ { "VendorFindBillOpenAction" , NULL , N_ ("Find Bi_ll... " ), NULL ,
185185 N_ ("Open the Find Bill dialog" ),
186186 G_CALLBACK (gnc_plugin_business_cmd_vendor_find_bill ) },
187- { "VendorNewJobOpenAction" , NULL , N_ ("New _Job" ), NULL ,
187+ { "VendorNewJobOpenAction" , NULL , N_ ("New _Job... " ), NULL ,
188188 N_ ("Open the New Job dialog" ),
189189 G_CALLBACK (gnc_plugin_business_cmd_vendor_new_job ) },
190- { "VendorFindJobOpenAction" , NULL , N_ ("Find Jo_b" ), NULL ,
190+ { "VendorFindJobOpenAction" , NULL , N_ ("Find Jo_b... " ), NULL ,
191191 N_ ("Open the Find Job dialog" ),
192192 G_CALLBACK (gnc_plugin_business_cmd_vendor_find_job ) },
193- { "VendorProcessPaymentAction" , NULL , N_ ("_Process Payment" ), NULL ,
193+ { "VendorProcessPaymentAction" , NULL , N_ ("_Process Payment... " ), NULL ,
194194 N_ ("Open the Process Payment dialog" ),
195195 G_CALLBACK (gnc_plugin_business_cmd_vendor_process_payment ) },
196196
197197 /* Employee submenu */
198198 { "EmployeeMenuAction" , NULL , N_ ("_Employee" ), NULL , NULL , NULL },
199- { "EmployeeNewEmployeeOpenAction" , NULL , N_ ("_New Employee" ), NULL ,
199+ { "EmployeeNewEmployeeOpenAction" , NULL , N_ ("_New Employee... " ), NULL ,
200200 N_ ("Open the New Employee dialog" ),
201201 G_CALLBACK (gnc_plugin_business_cmd_employee_new_employee ) },
202- { "EmployeeFindEmployeeOpenAction" , NULL , N_ ("_Find Employee" ), NULL ,
202+ { "EmployeeFindEmployeeOpenAction" , NULL , N_ ("_Find Employee... " ), NULL ,
203203 N_ ("Open the Find Employee dialog" ),
204204 G_CALLBACK (gnc_plugin_business_cmd_employee_find_employee ) },
205- { "EmployeeNewExpenseVoucherOpenAction" , NULL , N_ ("New _Expense Voucher" ), NULL ,
205+ { "EmployeeNewExpenseVoucherOpenAction" , NULL , N_ ("New _Expense Voucher... " ), NULL ,
206206 N_ ("Open the New Expense Voucher dialog" ),
207207 G_CALLBACK (gnc_plugin_business_cmd_employee_new_expense_voucher ) },
208- { "EmployeeFindExpenseVoucherOpenAction" , NULL , N_ ("Find Expense _Voucher" ), NULL ,
208+ { "EmployeeFindExpenseVoucherOpenAction" , NULL , N_ ("Find Expense _Voucher... " ), NULL ,
209209 N_ ("Open the Find Expense Voucher dialog" ),
210210 G_CALLBACK (gnc_plugin_business_cmd_employee_find_expense_voucher ) },
211- { "EmployeeProcessPaymentAction" , NULL , N_ ("_Process Payment" ), NULL ,
211+ { "EmployeeProcessPaymentAction" , NULL , N_ ("_Process Payment... " ), NULL ,
212212 N_ ("Open the Process Payment dialog" ),
213213 G_CALLBACK (gnc_plugin_business_cmd_employee_process_payment ) },
214214
@@ -223,16 +223,16 @@ static GtkActionEntry gnc_plugin_actions [] =
223223 N_ ("Open the Bills Due Reminder dialog" ),
224224 G_CALLBACK (gnc_plugin_business_cmd_bills_due_reminder ) },
225225 { "ExportMenuAction" , NULL , N_ ("E_xport" ), NULL , NULL , NULL },
226- { "QSFInvoiceAction" , NULL , N_ ("QSF _Invoice" ), NULL ,
226+ { "QSFInvoiceAction" , NULL , N_ ("QSF _Invoice... " ), NULL ,
227227 N_ ("Export one or more invoices to QSF" ),
228228 G_CALLBACK (gnc_plugin_business_cmd_export_invoice ) },
229- { "QSFCustomerAction" , NULL , N_ ("QSF _Customer" ), NULL ,
229+ { "QSFCustomerAction" , NULL , N_ ("QSF _Customer... " ), NULL ,
230230 N_ ("Export one or more customers to QSF" ),
231231 G_CALLBACK (gnc_plugin_business_cmd_export_customer ) },
232- { "QSFVendorAction" , NULL , N_ ("QSF _Vendor" ), NULL ,
232+ { "QSFVendorAction" , NULL , N_ ("QSF _Vendor... " ), NULL ,
233233 N_ ("Export one or more vendors to QSF" ),
234234 G_CALLBACK (gnc_plugin_business_cmd_export_vendor ) },
235- { "QSFEmployeeAction" , NULL , N_ ("QSF _Employee" ), NULL ,
235+ { "QSFEmployeeAction" , NULL , N_ ("QSF _Employee... " ), NULL ,
236236 N_ ("Export one or more employees to QSF" ),
237237 G_CALLBACK (gnc_plugin_business_cmd_export_employee ) },
238238
0 commit comments