summaryrefslogtreecommitdiff
path: root/plugins/shotwell-publishing-extras/RajcePublishing.vala
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shotwell-publishing-extras/RajcePublishing.vala')
-rw-r--r--plugins/shotwell-publishing-extras/RajcePublishing.vala4
1 files changed, 2 insertions, 2 deletions
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);