Skip to content
Snippets Groups Projects
Commit c7891b83 authored by Allan Nordhøy's avatar Allan Nordhøy Committed by Philippe Gorley
Browse files

Spelling: Ring ID -> RingID


Change-Id: Id821cda0c0a4c20376576c92a3aad01227f22fbf
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 19363ba0
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ ring_welcome_update_view(RingWelcomeView* self) {
return;
}
// Get registeredName, else the Ring Id
// Get registeredName, else the RingID
gchar *ring_id = nullptr;
if(! (*priv->accountInfo_)->registeredName.empty()){
gtk_label_set_text(
......@@ -201,7 +201,7 @@ ring_welcome_view_init(RingWelcomeView *self)
gtk_widget_set_visible(priv->revealer_qrcode, FALSE);
/* QR code button */
priv->button_qrcode = gtk_button_new_with_label(C_("Do not translate \"Ring ID\"", "Ring ID QR code"));
priv->button_qrcode = gtk_button_new_with_label(C_("Do not translate \"RingID\"", "RingID QR code"));
gtk_widget_set_hexpand(priv->button_qrcode, FALSE);
gtk_widget_set_size_request(priv->button_qrcode,10,10);
g_signal_connect_swapped(priv->button_qrcode, "clicked", G_CALLBACK(switch_qrcode), self);
......
......@@ -123,7 +123,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Ring ID</property>
<property name="label" translatable="yes">RingID</property>
</object>
</child>
<child>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment