Skip to content

Commit 23f679a

Browse files
author
SkyzohKey
committed
fix(): fix APP_SUMMARY not being translated
1 parent b4028b0 commit 23f679a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ricin.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
public class Ricin.Ricin : Gtk.Application {
22
const string GETTEXT_PACKAGE = "ricin";
33
public static const string APP_NAME = "Ricin";
4-
public static const string APP_SUMMARY = "<b>Ricin</b> aims to be a <i>secure, lightweight, hackable and fully-customizable</i> chat client using the awesome and open-source <b>ToxCore</b> library.";
4+
public static const string APP_SUMMARY = _("<b>Ricin</b> aims to be a <i>secure, lightweight, hackable and fully-customizable</i> chat client using the awesome and open-source <b>ToxCore</b> library.");
55
public static const string APP_VERSION = "0.0.6";
66
public static const string RES_BASE_PATH = "/chat/tox/ricin/";
77

0 commit comments

Comments
 (0)