[gnumeric] Improve punctuation in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Improve punctuation in translatable strings
- Date: Sat, 17 May 2014 18:39:04 +0000 (UTC)
commit b26d4b130602b799b57da12ff60123ab559d418b
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat May 17 20:38:51 2014 +0200
Improve punctuation in translatable strings
plugins/excelplugins/excelplugins.c | 2 +-
src/dialogs/dialog-autosave.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/excelplugins/excelplugins.c b/plugins/excelplugins/excelplugins.c
index e7fe124..cde4c22 100644
--- a/plugins/excelplugins/excelplugins.c
+++ b/plugins/excelplugins/excelplugins.c
@@ -989,7 +989,7 @@ scan_for_XLLs_and_register_functions (const gchar *dir_name)
xlAutoOpenFunc ();
currently_called_xll = NULL;
if (0 == xll->number_of_functions) {
- g_warning (_("No loadable worksheet
functions found in XLL/DLL/SO file %s ."),full_entry_name);
+ g_warning (_("No loadable worksheet
functions found in XLL/DLL/SO file %s."),full_entry_name);
} else {
GO_SLIST_PREPEND (XLLs,xll);
/* xgettext : %lu gives the number of
functions. This is input to ngettext. */
diff --git a/src/dialogs/dialog-autosave.c b/src/dialogs/dialog-autosave.c
index 05061a7..25eea87 100644
--- a/src/dialogs/dialog-autosave.c
+++ b/src/dialogs/dialog-autosave.c
@@ -73,7 +73,7 @@ dialog_autosave_prompt (WBCGtk *wbcg)
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_QUESTION,
GTK_BUTTONS_YES_NO,
- _("Do you want to save the workbook %s ?"),
+ _("Do you want to save the workbook %s?"),
uri);
gint result = gtk_dialog_run (GTK_DIALOG (dialog));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]