[gnome-usage] Version 0.4.2 Add translator credits.



commit fc5a1a9f0675adfb3fc79030fefc6fa97d14d4f5
Author: Petr Štětka <pstetka redhat com>
Date:   Thu Mar 30 13:22:22 2017 +0200

    Version 0.4.2
    Add translator credits.

 README.md            |    3 ---
 meson.build          |    2 +-
 src/application.vala |    1 +
 3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/README.md b/README.md
index 40c4639..da0f6d9 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,6 @@ New GNOME Usage!
 ##Run
 In terminal run ```gnome-usage``` command or run Usage from app launcher.
 
-##Version
-Actual version is 0.4.1
-
 ##Dependencies
 - [libnetinfo >= 0.3.1](https://github.com/kaegi/netinfo-ffi)
 - libgtop >= 2.34.2
diff --git a/meson.build b/meson.build
index 902d318..71c0641 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-usage', ['vala', 'c'], version : '0.4.1')
+project('gnome-usage', ['vala', 'c'], version : '0.4.2')
 
 cc = meson.get_compiler('c')
 
diff --git a/src/application.vala b/src/application.vala
index dcf7fb9..672c5a8 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -76,6 +76,7 @@ namespace Usage
                 program_name: _("Usage"),
                 comments: _("A nice way to view information about use of system resources, like memory and 
disk space."),
                authors: authors,
+               translator_credits: _("translator-credits"),
                website: "https://wiki.gnome.org/Apps/Usage";,
                website_label: _("Websites"),
                version: Config.VERSION,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]