]> git.pld-linux.org Git - packages/shotwell.git/blame - shotwell-format_string.patch
Release: 2
[packages/shotwell.git] / shotwell-format_string.patch
CommitLineData
23007e22
JK
1--- shotwell-0.13.1.orig/src/Dialogs.vala 2012-10-05 19:58:13.000000000 +0200
2+++ shotwell-0.13.1/src/Dialogs.vala 2012-10-08 12:20:20.000000000 +0200
3@@ -32,8 +32,8 @@
4 public bool confirm_warn_developer_changed(int number) {
5 Gtk.MessageDialog dialog = new Gtk.MessageDialog.with_markup(AppWindow.get_instance(),
6 Gtk.DialogFlags.MODAL, Gtk.MessageType.WARNING, Gtk.ButtonsType.NONE,
7- "<span weight=\"bold\" size=\"larger\">%s</span>".printf(ngettext("Switching developers will undo all changes you have made to this photo in Shotwell",
8- "Switching developers will undo all changes you have made to these photos in Shotwell", number)));
9+ "<span weight=\"bold\" size=\"larger\">%s</span>", ngettext("Switching developers will undo all changes you have made to this photo in Shotwell",
10+ "Switching developers will undo all changes you have made to these photos in Shotwell", number));
11
12 dialog.add_buttons(Gtk.Stock.CANCEL, Gtk.ResponseType.CANCEL);
13 dialog.add_buttons(_("_Switch Developer"), Gtk.ResponseType.YES);
This page took 0.074615 seconds and 4 git commands to generate.