[gnumeric] Fixed typo in strings
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Fixed typo in strings
- Date: Fri, 10 Aug 2012 08:15:22 +0000 (UTC)
commit bbcd837dfa92353347740d409d8016594c5e4dbe
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Fri Aug 10 10:15:14 2012 +0200
Fixed typo in strings
src/gui-file.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui-file.c b/src/gui-file.c
index 3c527fd..08b03ab 100644
--- a/src/gui-file.c
+++ b/src/gui-file.c
@@ -719,11 +719,11 @@ gui_file_export_repeat (WBCGtk *wbcg)
if (go_file_saver_get_save_scope (fs) != GO_FILE_SAVE_WORKBOOK)
msg = _("Do you want to export the <b>current sheet</b> of this "
"workbook to the location '<b>%s</b>' "
- "using the '<b>%s</b>' exporter.");
+ "using the '<b>%s</b>' exporter?");
else
msg = _("Do you want to export this workbook to the "
"location '<b>%s</b>' "
- "using the '<b>%s</b>' exporter.");
+ "using the '<b>%s</b>' exporter?");
/* go_gtk_query_yes_no does not handle markup ... */
dialog = gtk_message_dialog_new_with_markup (wbcg_toplevel (wbcg),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]