[gnome-software] Fix up about dialog
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Fix up about dialog
- Date: Wed, 18 Sep 2013 19:58:43 +0000 (UTC)
commit f76dc328981b0bd42cf728c49c3a1d2b7db07eb3
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Sep 18 15:58:17 2013 -0400
Fix up about dialog
The app name is just 'Software'.
https://bugzilla.gnome.org/show_bug.cgi?id=708314
src/gs-application.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index b9f68dd..c0f032b 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -84,9 +84,9 @@ about_activated (GSimpleAction *action,
gtk_show_about_dialog (parent,
/* TRANSLATORS: this is the title of the about window */
- "title", _("About GNOME Software"),
+ "title", _("About Software"),
/* TRANSLATORS: this is the application name */
- "program-name", _("GNOME Software"),
+ "program-name", _("Software"),
"authors", authors,
/* TRANSLATORS: well, we seem to think so, anyway */
"comments", _("A nice way to manage the software on your system."),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]