summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3812c8d)
raw | patch | inline | side by side (parent: 3812c8d)
author | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 27 Jan 2008 14:14:36 +0000 (14:14 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 27 Jan 2008 14:14:36 +0000 (14:14 +0000) |
src/sp-guide.cpp | patch | blob | history |
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp
index 9af5f9f021fd4a294d77b505daa970082080bde3..c54dd32821e6d73086178fb52ca5a23931ad906e 100644 (file)
--- a/src/sp-guide.cpp
+++ b/src/sp-guide.cpp
double const radians = guide->angle();
double const degrees = Geom::rad_to_deg(radians);
int const degrees_int = (int) round(degrees);
- return g_strdup_printf(_("at %d degrees, through (%s,%s)"), degrees_int, position_string_x->str, position_string_y->str);
+ return g_strdup_printf(_("at %d degrees, through (%s,%s); <b>Ctrl</b>+click to delete"), degrees_int, position_string_x->str, position_string_y->str);
}
g_string_free(position_string_x, TRUE);