Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix german translation #1120

Merged
merged 2 commits into from
Feb 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions remmina-plugins/rdp/rdp_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ static gboolean remmina_rdp_event_on_draw(GtkWidget* widget, cairo_t* context, R
cairo_text_extents(context, msg, &extents);
cairo_move_to(context, (width - (extents.width + extents.x_bearing)) / 2, (height - (extents.height + extents.y_bearing)) / 2);
cairo_show_text(context, msg);
g_free(msg);

}
else
Expand Down
2 changes: 1 addition & 1 deletion remmina/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ msgstr "Verbindung als Windows-*.rdp-Datei exportieren"
#: remmina-plugins/rdp/rdp_event.c:296
#, c-format
msgid "Reconnection in progress. Attempt %d of %d..."
msgstr "Wiederherstellen der Verbindung. Versuch %s von %d..."
msgstr "Wiederherstellen der Verbindung. Versuch %d von %d..."

#: remmina-plugins/nx/nx_plugin.c:759 remmina/src/remmina_file_editor.c:331
#: remmina/src/remmina_file_editor.c:338
Expand Down