@@ -148,67 +148,67 @@ static GtkActionEntry gnc_plugin_actions [] =
148
148
149
149
/* Customer submenu */
150
150
{ "CustomerMenuAction" , NULL , N_ ("_Customer" ), NULL , NULL , NULL },
151
- { "CustomerNewCustomerOpenAction" , NULL , N_ ("_New Customer" ), NULL ,
151
+ { "CustomerNewCustomerOpenAction" , NULL , N_ ("_New Customer... " ), NULL ,
152
152
N_ ("Open the New Customer dialog" ),
153
153
G_CALLBACK (gnc_plugin_business_cmd_customer_new_customer ) },
154
- { "CustomerFindCustomerOpenAction" , NULL , N_ ("_Find Customer" ), NULL ,
154
+ { "CustomerFindCustomerOpenAction" , NULL , N_ ("_Find Customer... " ), NULL ,
155
155
N_ ("Open the Find Customer dialog" ),
156
156
G_CALLBACK (gnc_plugin_business_cmd_customer_find_customer ) },
157
- { "CustomerNewInvoiceOpenAction" , NULL , N_ ("New _Invoice" ), NULL ,
157
+ { "CustomerNewInvoiceOpenAction" , NULL , N_ ("New _Invoice... " ), NULL ,
158
158
N_ ("Open the New Invoice dialog" ),
159
159
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 ,
161
161
N_ ("Open the Find Invoice dialog" ),
162
162
G_CALLBACK (gnc_plugin_business_cmd_customer_find_invoice ) },
163
- { "CustomerNewJobOpenAction" , NULL , N_ ("New _Job" ), NULL ,
163
+ { "CustomerNewJobOpenAction" , NULL , N_ ("New _Job... " ), NULL ,
164
164
N_ ("Open the New Job dialog" ),
165
165
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 ,
167
167
N_ ("Open the Find Job dialog" ),
168
168
G_CALLBACK (gnc_plugin_business_cmd_customer_find_job ) },
169
- { "CustomerProcessPaymentAction" , NULL , N_ ("_Process Payment" ), NULL ,
169
+ { "CustomerProcessPaymentAction" , NULL , N_ ("_Process Payment... " ), NULL ,
170
170
N_ ("Open the Process Payment dialog" ),
171
171
G_CALLBACK (gnc_plugin_business_cmd_customer_process_payment ) },
172
172
173
173
/* Vendor submenu */
174
174
{ "VendorMenuAction" , NULL , N_ ("_Vendor" ), NULL , NULL , NULL },
175
- { "VendorNewVendorOpenAction" , NULL , N_ ("_New Vendor" ), NULL ,
175
+ { "VendorNewVendorOpenAction" , NULL , N_ ("_New Vendor... " ), NULL ,
176
176
N_ ("Open the New Vendor dialog" ),
177
177
G_CALLBACK (gnc_plugin_business_cmd_vendor_new_vendor ) },
178
- { "VendorFindVendorOpenAction" , NULL , N_ ("_Find Vendor" ), NULL ,
178
+ { "VendorFindVendorOpenAction" , NULL , N_ ("_Find Vendor... " ), NULL ,
179
179
N_ ("Open the Find Vendor dialog" ),
180
180
G_CALLBACK (gnc_plugin_business_cmd_vendor_find_vendor ) },
181
- { "VendorNewBillOpenAction" , NULL , N_ ("New _Bill" ), NULL ,
181
+ { "VendorNewBillOpenAction" , NULL , N_ ("New _Bill... " ), NULL ,
182
182
N_ ("Open the New Bill dialog" ),
183
183
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 ,
185
185
N_ ("Open the Find Bill dialog" ),
186
186
G_CALLBACK (gnc_plugin_business_cmd_vendor_find_bill ) },
187
- { "VendorNewJobOpenAction" , NULL , N_ ("New _Job" ), NULL ,
187
+ { "VendorNewJobOpenAction" , NULL , N_ ("New _Job... " ), NULL ,
188
188
N_ ("Open the New Job dialog" ),
189
189
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 ,
191
191
N_ ("Open the Find Job dialog" ),
192
192
G_CALLBACK (gnc_plugin_business_cmd_vendor_find_job ) },
193
- { "VendorProcessPaymentAction" , NULL , N_ ("_Process Payment" ), NULL ,
193
+ { "VendorProcessPaymentAction" , NULL , N_ ("_Process Payment... " ), NULL ,
194
194
N_ ("Open the Process Payment dialog" ),
195
195
G_CALLBACK (gnc_plugin_business_cmd_vendor_process_payment ) },
196
196
197
197
/* Employee submenu */
198
198
{ "EmployeeMenuAction" , NULL , N_ ("_Employee" ), NULL , NULL , NULL },
199
- { "EmployeeNewEmployeeOpenAction" , NULL , N_ ("_New Employee" ), NULL ,
199
+ { "EmployeeNewEmployeeOpenAction" , NULL , N_ ("_New Employee... " ), NULL ,
200
200
N_ ("Open the New Employee dialog" ),
201
201
G_CALLBACK (gnc_plugin_business_cmd_employee_new_employee ) },
202
- { "EmployeeFindEmployeeOpenAction" , NULL , N_ ("_Find Employee" ), NULL ,
202
+ { "EmployeeFindEmployeeOpenAction" , NULL , N_ ("_Find Employee... " ), NULL ,
203
203
N_ ("Open the Find Employee dialog" ),
204
204
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 ,
206
206
N_ ("Open the New Expense Voucher dialog" ),
207
207
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 ,
209
209
N_ ("Open the Find Expense Voucher dialog" ),
210
210
G_CALLBACK (gnc_plugin_business_cmd_employee_find_expense_voucher ) },
211
- { "EmployeeProcessPaymentAction" , NULL , N_ ("_Process Payment" ), NULL ,
211
+ { "EmployeeProcessPaymentAction" , NULL , N_ ("_Process Payment... " ), NULL ,
212
212
N_ ("Open the Process Payment dialog" ),
213
213
G_CALLBACK (gnc_plugin_business_cmd_employee_process_payment ) },
214
214
@@ -223,16 +223,16 @@ static GtkActionEntry gnc_plugin_actions [] =
223
223
N_ ("Open the Bills Due Reminder dialog" ),
224
224
G_CALLBACK (gnc_plugin_business_cmd_bills_due_reminder ) },
225
225
{ "ExportMenuAction" , NULL , N_ ("E_xport" ), NULL , NULL , NULL },
226
- { "QSFInvoiceAction" , NULL , N_ ("QSF _Invoice" ), NULL ,
226
+ { "QSFInvoiceAction" , NULL , N_ ("QSF _Invoice... " ), NULL ,
227
227
N_ ("Export one or more invoices to QSF" ),
228
228
G_CALLBACK (gnc_plugin_business_cmd_export_invoice ) },
229
- { "QSFCustomerAction" , NULL , N_ ("QSF _Customer" ), NULL ,
229
+ { "QSFCustomerAction" , NULL , N_ ("QSF _Customer... " ), NULL ,
230
230
N_ ("Export one or more customers to QSF" ),
231
231
G_CALLBACK (gnc_plugin_business_cmd_export_customer ) },
232
- { "QSFVendorAction" , NULL , N_ ("QSF _Vendor" ), NULL ,
232
+ { "QSFVendorAction" , NULL , N_ ("QSF _Vendor... " ), NULL ,
233
233
N_ ("Export one or more vendors to QSF" ),
234
234
G_CALLBACK (gnc_plugin_business_cmd_export_vendor ) },
235
- { "QSFEmployeeAction" , NULL , N_ ("QSF _Employee" ), NULL ,
235
+ { "QSFEmployeeAction" , NULL , N_ ("QSF _Employee... " ), NULL ,
236
236
N_ ("Export one or more employees to QSF" ),
237
237
G_CALLBACK (gnc_plugin_business_cmd_export_employee ) },
238
238
0 commit comments