[devhelp] App: some minor cosmetic code changes
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] App: some minor cosmetic code changes
- Date: Sun, 17 Dec 2017 19:16:38 +0000 (UTC)
commit a1aefe278a032715f48edab38567a5271b2f2551
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Dec 17 19:36:37 2017 +0100
App: some minor cosmetic code changes
src/dh-app.c | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/src/dh-app.c b/src/dh-app.c
index b0e406b..3ff90b5 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -95,8 +95,9 @@ about_cb (GSimpleAction *action,
parent = dh_app_peek_first_window (app);
gtk_show_about_dialog (parent,
- /* i18n: Please don't translate "Devhelp" (it's marked as translatable
- * for transliteration only) */
+ /* Translators: please don't translate "Devhelp" (it's marked as
+ * translatable for transliteration only).
+ */
"name", _("Devhelp"),
"version", PACKAGE_VERSION,
"comments", _("A developers’ help browser for GNOME"),
@@ -308,7 +309,7 @@ dh_app_activate (GApplication *application)
dh_app_new_window (DH_APP (application));
}
-static gboolean option_version;
+static gboolean option_version;
static GOptionEntry options[] = {
{ "new-window", 'n',
@@ -397,8 +398,9 @@ dh_app_class_init (DhAppClass *klass)
static void
dh_app_init (DhApp *app)
{
- /* i18n: Please don't translate "Devhelp" (it's marked as translatable
- * for transliteration only) */
+ /* Translators: please don't translate "Devhelp" (it's marked as
+ * translatable for transliteration only).
+ */
g_set_application_name (_("Devhelp"));
gtk_window_set_default_icon_name ("devhelp");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]