From 72e3d4c55a6569d966059f762824c38d06055871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Oct 2016 23:24:31 +0200 Subject: New upstream version 0.25.0 --- plugins/shotwell-publishing-extras/RajcePublishing.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/shotwell-publishing-extras/RajcePublishing.vala') diff --git a/plugins/shotwell-publishing-extras/RajcePublishing.vala b/plugins/shotwell-publishing-extras/RajcePublishing.vala index 4cf232c..b304f13 100644 --- a/plugins/shotwell-publishing-extras/RajcePublishing.vala +++ b/plugins/shotwell-publishing-extras/RajcePublishing.vala @@ -37,7 +37,7 @@ public class RajceService : Object, Spit.Pluggable, Spit.Publishing.Service public void get_info(ref Spit.PluggableInfo info) { info.authors = "rajce.net developers"; - info.copyright = _("Copyright (C) 2013 rajce.net"); + info.copyright = _("Copyright © 2013 rajce.net"); info.translators = Resources.TRANSLATORS; info.version = _VERSION; info.website_name = Resources.WEBSITE_NAME; @@ -892,7 +892,7 @@ internal class AuthenticationPane : Spit.Publishing.DialogPane, Object label2.set_label(_("_Email address") ); label3.set_label(_("_Password") ); remember_checkbutton.set_label(_("_Remember") ); - login_button.set_label(_("Login") ); + login_button.set_label(_("Log in") ); username_entry.changed.connect(on_user_changed); password_entry.changed.connect(on_password_changed); -- cgit v1.2.3